| Index: trunk/src/chrome/browser/profiles/profile_impl_io_data.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/profiles/profile_impl_io_data.cc (revision 273823)
|
| +++ trunk/src/chrome/browser/profiles/profile_impl_io_data.cc (working copy)
|
| @@ -484,9 +484,8 @@
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
| #if defined(SPDY_PROXY_AUTH_VALUE)
|
| data_reduction_proxy::DataReductionProxySettings::
|
| - InitDataReductionProxySession(
|
| - main_cache->GetSession(),
|
| - io_thread_globals->data_reduction_proxy_params.get());
|
| + InitDataReductionProxySession(main_cache->GetSession(),
|
| + SPDY_PROXY_AUTH_VALUE);
|
| #endif
|
| #endif
|
|
|
|
|