| 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 c7bdfdcca5fb5b65d9c09329c134a418ce88fb6f..f768d92570b56fa07a42c8f5e5973688a3d4e279 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -198,11 +198,12 @@ void ProfileImplIOData::Handle::Init(
|
| enable_quic_for_data_reduction_proxy)
|
| .Pass());
|
|
|
| - DataReductionProxyChromeSettingsFactory::GetForBrowserContext(profile_)->
|
| - InitDataReductionProxySettings(
|
| + DataReductionProxyChromeSettingsFactory::GetForBrowserContext(profile_)
|
| + ->InitDataReductionProxySettings(
|
| io_data_->data_reduction_proxy_io_data(), profile_->GetPrefs(),
|
| - profile_->GetRequestContext(),
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI));
|
| + profile_->GetRequestContext(), profile_path.value(),
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::DB));
|
| }
|
|
|
| content::ResourceContext*
|
|
|