| 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 5163819b39c3c4d6327bf7478ba01628ef51c59c..4699941c02f9818aa9e28ccb47461ef778ebfddd 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -462,8 +462,11 @@ void ProfileImplIOData::InitializeInternal(
|
| 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
|
| #endif
|
|
|
| if (chrome_browser_net::ShouldUseInMemoryCookiesAndCache()) {
|
|
|