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 c277e71aafb530de8e22b70c2340c837380a76b0..7196d2f4a6e735dc0de595aa62cbccc38d610eab 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 |
@@ -89,7 +89,7 @@ class DataReductionProxyConfigServiceClientTest : public testing::Test { |
} |
void SetDataReductionProxyEnabled(bool enabled) { |
- test_context_->config()->SetStateForTest(enabled, false, false); |
+ test_context_->config()->SetStateForTest(enabled, false, true); |
} |
scoped_ptr<DataReductionProxyConfigServiceClient> BuildConfigClient() { |