| 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 008b16009362f82162cbe0672b7be284c1bb4846..49b9a266cc34c2c570e158fc385a849d6c0683b0 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.cc
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.cc
|
| @@ -178,17 +178,11 @@ void ProfileImplIOData::Handle::Init(
|
| if (io_data_->domain_reliability_monitor_)
|
| io_data_->domain_reliability_monitor_->MoveToNetworkThread();
|
|
|
| - // TODO(tbansal): Move this to IO thread once the data reduction proxy
|
| - // params are unified into a single object.
|
| - bool enable_quic_for_data_reduction_proxy =
|
| - IOThread::ShouldEnableQuicForDataReductionProxy();
|
| -
|
| io_data_->set_data_reduction_proxy_io_data(
|
| CreateDataReductionProxyChromeIOData(
|
| g_browser_process->io_thread()->net_log(), profile_->GetPrefs(),
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::IO),
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI),
|
| - enable_quic_for_data_reduction_proxy));
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI)));
|
|
|
| base::SequencedWorkerPool* pool = BrowserThread::GetBlockingPool();
|
| scoped_refptr<base::SequencedTaskRunner> db_task_runner =
|
|
|