Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
index a7e2965cd9652b3c9e0d5cf24936256f2c1fb73b..7205ac422ccd41f8a75a2dd11bea2d2c418ff3eb 100644 |
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_interceptor_unittest.cc |
@@ -200,10 +200,6 @@ class DataReductionProxyInterceptorWithServerTest : public testing::Test { |
test_context_ = |
DataReductionProxyTestContext::Builder() |
.WithParamsFlags(DataReductionProxyParams::kAllowed) |
- .WithParamsDefinitions( |
- TestDataReductionProxyParams::HAS_EVERYTHING & |
- ~TestDataReductionProxyParams::HAS_DEV_ORIGIN & |
- ~TestDataReductionProxyParams::HAS_DEV_FALLBACK_ORIGIN) |
.WithURLRequestContext(&context_) |
.Build(); |
std::string spec; |
@@ -288,12 +284,6 @@ class DataReductionProxyInterceptorEndToEndTest : public testing::Test { |
void SetUp() override { |
drp_test_context_ = |
DataReductionProxyTestContext::Builder() |
- .WithParamsFlags(DataReductionProxyParams::kAllowed | |
- DataReductionProxyParams::kFallbackAllowed) |
- .WithParamsDefinitions( |
- TestDataReductionProxyParams::HAS_EVERYTHING & |
- ~TestDataReductionProxyParams::HAS_DEV_ORIGIN & |
- ~TestDataReductionProxyParams::HAS_DEV_FALLBACK_ORIGIN) |
.WithURLRequestContext(&context_) |
.WithMockClientSocketFactory(&mock_socket_factory_) |
.Build(); |