| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
|
| index 1966e07226f5d5efa132be1404385e31f6c0fc9e..66f6a944241042bab86f028934e2a203433a4702 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc
|
| @@ -289,8 +289,6 @@
|
| .Build();
|
| drp_test_context_->AttachToURLRequestContext(&context_storage_);
|
| context_.set_client_socket_factory(&mock_socket_factory_);
|
| - proxy_delegate_ = drp_test_context_->io_data()->CreateProxyDelegate();
|
| - context_.set_proxy_delegate(proxy_delegate_.get());
|
| context_.Init();
|
| drp_test_context_->EnableDataReductionProxyWithSecureProxyCheckSuccess();
|
|
|
| @@ -332,7 +330,6 @@
|
| net::MockClientSocketFactory mock_socket_factory_;
|
| net::TestURLRequestContext context_;
|
| net::URLRequestContextStorage context_storage_;
|
| - scoped_ptr<net::ProxyDelegate> proxy_delegate_;
|
| scoped_ptr<DataReductionProxyTestContext> drp_test_context_;
|
| };
|
|
|
|
|