| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| index 5431ebf91983f3f187e66914b805f5339aa8f19e..bb979db5db6ef52389a12a6dca00709d3fb45733 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_service_client_unittest.cc
|
| @@ -144,7 +144,7 @@
|
| .Build();
|
|
|
| context_->set_client_socket_factory(mock_socket_factory_.get());
|
| - test_context_->AttachToURLRequestContext(context_storage_.get());
|
| + test_context_->AttachToURLRequestContext(context_storage_.get(), false);
|
| delegate_ = test_context_->io_data()->CreateProxyDelegate();
|
| context_->set_proxy_delegate(delegate_.get());
|
|
|
|
|