| Index: chrome/browser/profiles/profile_impl_io_data.cc
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc
|
| index 54870e0ffa1e1ac2433d2d133f13f2accd9da106..fbc6261609ad2b2225f1c0b3a5c72c3ae0150710 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -464,9 +464,10 @@ void ProfileImplIOData::InitializeInternal(
|
| network_session_params, main_backend);
|
| main_cache->InitializeInfiniteCache(lazy_params_->infinite_cache_path);
|
|
|
| -#if defined(OS_ANDROID) || defined(OS_IOS)
|
| +#if defined(SPDY_PROXY_AUTH_VALUE)
|
| data_reduction_proxy::DataReductionProxySettings::
|
| - InitDataReductionProxySession(main_cache->GetSession());
|
| + InitDataReductionProxySession(main_cache->GetSession(),
|
| + SPDY_PROXY_AUTH_VALUE);
|
| #endif
|
|
|
| if (chrome_browser_net::ShouldUseInMemoryCookiesAndCache()) {
|
|
|