Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options_unittest.cc

Issue 2626963003: Remove kAllowed and kFallbackAllowed from data reduction proxy (Closed)
Patch Set: Addressed nits Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698