| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| index 32b576790ea71a1f50865513749d781638cdaf8a..6800c4b3019885c6f756059fbc60dbcb0d170294 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate_unittest.cc
|
| @@ -619,7 +619,7 @@ TEST_F(DataReductionProxyNetworkDelegateTest,
|
| data_reduction_proxy_info.UseDirect();
|
| else
|
| data_reduction_proxy_info.UseNamedProxy("some.other.proxy");
|
| - config()->SetStateForTest(test.data_reduction_proxy_enabled, true);
|
| + config()->UpdateConfigForTesting(test.data_reduction_proxy_enabled, true);
|
| std::unique_ptr<net::URLRequest> request = context()->CreateRequest(
|
| GURL("http://www.google.com/"), net::RequestPriority::IDLE, nullptr);
|
| request->set_method("GET");
|
|
|