| 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 915f5c3d082ef78ee17765cf3f2d29dc955ba1e0..edfcf6247115a6646989766cef1ee2d1e7ee22f2 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -484,8 +484,9 @@ void ProfileImplIOData::InitializeInternal(
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
| #if defined(SPDY_PROXY_AUTH_VALUE)
|
| data_reduction_proxy::DataReductionProxySettings::
|
| - InitDataReductionProxySession(main_cache->GetSession(),
|
| - SPDY_PROXY_AUTH_VALUE);
|
| + InitDataReductionProxySession(
|
| + main_cache->GetSession(),
|
| + io_thread_globals->data_reduction_proxy_params.get());
|
| #endif
|
| #endif
|
|
|
|
|