| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| index 7a731261b977e481b857b847339b4dbf8b272664..d6c3e17e0e6b3c56b42bfd98214952d617366481 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_config_unittest.cc
|
| @@ -40,19 +40,11 @@ class DataReductionProxyConfigTest : public testing::Test {
|
| ~DataReductionProxyConfigTest() override {}
|
|
|
| void SetUp() override {
|
| - test_context_ =
|
| - DataReductionProxyTestContext::Builder()
|
| - .WithParamsFlags(DataReductionProxyParams::kAllowed |
|
| - DataReductionProxyParams::kFallbackAllowed |
|
| - DataReductionProxyParams::kPromoAllowed)
|
| - .WithParamsDefinitions(
|
| - TestDataReductionProxyParams::HAS_EVERYTHING &
|
| - ~TestDataReductionProxyParams::HAS_DEV_ORIGIN &
|
| - ~TestDataReductionProxyParams::HAS_DEV_FALLBACK_ORIGIN)
|
| - .WithMockConfig()
|
| - .WithTestConfigurator()
|
| - .WithMockDataReductionProxyService()
|
| - .Build();
|
| + test_context_ = DataReductionProxyTestContext::Builder()
|
| + .WithMockConfig()
|
| + .WithTestConfigurator()
|
| + .WithMockDataReductionProxyService()
|
| + .Build();
|
|
|
| ResetSettings(true, true, false, true, false);
|
|
|
|
|