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

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

Issue 1830343002: Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, addressed holte comments Created 4 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 028f84f84e2eaa24b5249b2fb239e61f66b68f0b..10d4257f8817cd9f4679340a6ab408fd0dc476c5 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
@@ -83,10 +83,6 @@ const char kEnableDataReductionProxyBypassWarning[] =
const char kEnableDataReductionProxyCarrierTest[] =
"enable-data-reduction-proxy-carrier-test";
-// Enable the data reduction proxy config client.
-const char kEnableDataReductionProxyConfigClient[] =
- "enable-data-reduction-proxy-config-client";
-
// Enables the origin of the data reduction proxy dev.
const char kEnableDataReductionProxyDev[] = "enable-spdy-proxy-dev-auth-origin";

Powered by Google App Engine
This is Rietveld 408576698