| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index b56799082214d1bad051086c9bdc85af24521156..b6d6544ed232fbe3fbb4d3362b095a338e12f5c8 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -607,6 +607,8 @@ void IOThread::InitAsync() {
|
| drp_flags |= DataReductionProxyParams::kPromoAllowed;
|
| globals_->data_reduction_proxy_params.reset(
|
| new DataReductionProxyParams(drp_flags));
|
| + network_delegate->set_data_reduction_proxy_params(
|
| + globals_->data_reduction_proxy_params.get());
|
| #endif // defined(SPDY_PROXY_AUTH_ORIGIN)
|
| #endif // defined(OS_ANDROID) || defined(OS_IOS)
|
| globals_->http_auth_handler_factory.reset(CreateDefaultAuthHandlerFactory(
|
|
|