| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| index 2aed7798c02f9639894825322a0ca9e621b10ac9..da8d668cad67d3f0e8633af484c844977fc3d8af 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_metrics_unittest.cc
|
| @@ -33,7 +33,7 @@ TEST(ChromeNetworkDailyDataSavingMetricsTest,
|
| base::MessageLoopForIO message_loop;
|
| std::unique_ptr<DataReductionProxyTestContext> test_context =
|
| DataReductionProxyTestContext::Builder()
|
| - .WithParamsFlags(DataReductionProxyParams::kAllowed)
|
| + .WithParamsFlags(0)
|
| .WithParamsDefinitions(TestDataReductionProxyParams::HAS_ORIGIN)
|
| .Build();
|
| TestDataReductionProxyConfig* config = test_context->config();
|
|
|