| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| index 32cb51db7b0fd92a1472006e03ea33facd7a93c7..40cc55ec0df2ff586bcb251ac5942b7bdda13b2b 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc
|
| @@ -134,8 +134,7 @@ class DataReductionProxyRequestOptionsTest : public testing::Test {
|
| DataReductionProxyRequestOptionsTest() {
|
| test_context_ =
|
| DataReductionProxyTestContext::Builder()
|
| - .WithParamsFlags(
|
| - DataReductionProxyParams::kAllowAllProxyConfigurations)
|
| + .WithParamsFlags(0)
|
| .WithParamsDefinitions(TestDataReductionProxyParams::HAS_EVERYTHING)
|
| .Build();
|
| }
|
|
|