diff options
Diffstat (limited to 'chrome/browser/profiles/profile_impl_io_data.cc')
-rw-r--r-- | chrome/browser/profiles/profile_impl_io_data.cc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/browser/profiles/profile_impl_io_data.cc b/chrome/browser/profiles/profile_impl_io_data.cc index edfcf62..915f5c3 100644 --- a/chrome/browser/profiles/profile_impl_io_data.cc +++ b/chrome/browser/profiles/profile_impl_io_data.cc @@ -484,9 +484,8 @@ void ProfileImplIOData::InitializeInternal( #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 |