| 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 310ffc9d527d8b20ef3cbacc8b88b51f7b69880d..8268474f979d17b5aa792e857dcb323ce8767c8c 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
|
| @@ -136,11 +136,8 @@ class DataReductionProxyRequestOptionsTest : public testing::Test {
|
| test_context_ =
|
| DataReductionProxyTestContext::Builder()
|
| .WithParamsFlags(
|
| - DataReductionProxyParams::kAllowAllProxyConfigurations)
|
| - .WithParamsDefinitions(
|
| - TestDataReductionProxyParams::HAS_EVERYTHING &
|
| - ~TestDataReductionProxyParams::HAS_DEV_ORIGIN &
|
| - ~TestDataReductionProxyParams::HAS_DEV_FALLBACK_ORIGIN)
|
| + DataReductionProxyParams::kAllowAllProxyConfigurations)
|
| + .WithParamsDefinitions(TestDataReductionProxyParams::HAS_EVERYTHING)
|
| .Build();
|
| }
|
|
|
|
|