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

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc

Issue 1024553009: Add the ability to use DataReductionProxyParams from DataReductionProxyConfigServiceClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@client_control_local
Patch Set: Rebase Created 5 years, 9 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/common/data_reduction_proxy_switches.cc
diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
index bab8af009d439d80957f514681d5ab283bea65de..2386931cdb08f961b4e72e89c616988ea75ea753 100644
--- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
+++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.cc
@@ -70,5 +70,9 @@ const char kEnableDataReductionProxyBypassWarning[] =
const char kClearDataReductionProxyDataSavings[] =
"clear-data-reduction-proxy-data-savings";
+// Enable the data reduction proxy config client.
+const char kEnableDataReductionProxyConfigClient[] =
+ "enable-data-reduction-proxy-config-client";
+
} // namespace switches
} // namespace data_reduction_proxy

Powered by Google App Engine
This is Rietveld 408576698