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

Unified Diff: components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_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_mutable_config_values_unittest.cc
diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc
index c6734e35ee09bddd680a990d8c1f2cfc193e23e5..8753724173d02d9b5bcde22b312b2514d05ed67c 100644
--- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc
+++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_values_unittest.cc
@@ -24,8 +24,7 @@ class DataReductionProxyMutableConfigValuesTest : public testing::Test {
~DataReductionProxyMutableConfigValuesTest() override {}
void Init() {
- params_.reset(new DataReductionProxyParams(
- DataReductionProxyParams::kAllowAllProxyConfigurations));
+ params_.reset(new DataReductionProxyParams(0));
mutable_config_values_ =
DataReductionProxyMutableConfigValues::CreateFromParams(params_.get());
}

Powered by Google App Engine
This is Rietveld 408576698