Remove channel_id_path from NetworkContextParams (and other related places)

1435678
This commit is contained in:
deepak1556 2019-02-21 20:23:12 +05:30 committed by Samuel Attard
parent 59cb0ac32e
commit 611b36719b

View file

@ -177,8 +177,6 @@ URLRequestContextGetter::Handle::CreateNetworkContextParams() {
base_path.Append(chrome::kNetworkPersistentStateFilename);
network_context_params->cookie_path =
base_path.Append(chrome::kCookieFilename);
network_context_params->channel_id_path =
base_path.Append(chrome::kChannelIDFilename);
network_context_params->restore_old_session_cookies = false;
network_context_params->persist_session_cookies = false;
// TODO(deepak1556): Matches the existing behavior https://git.io/fxHMl,