| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| index 4a1326e5bba973961ab8e56489f960e8114704c2..91c05f7d78eff21b7391b69080437f95065cc534 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc
|
| @@ -196,7 +196,8 @@ void DataReductionProxyIOData::SetDataReductionProxyService(
|
|
|
| void DataReductionProxyIOData::InitializeOnIOThread() {
|
| DCHECK(io_task_runner_->BelongsToCurrentThread());
|
| - config_->InitializeOnIOThread(basic_url_request_context_getter_.get());
|
| + config_->InitializeOnIOThread(basic_url_request_context_getter_.get(),
|
| + url_request_context_getter_);
|
| bypass_stats_->InitializeOnIOThread();
|
| proxy_delegate_->InitializeOnIOThread();
|
| if (config_client_.get())
|
|
|