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

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

Issue 1845773002: Enable DRP config service by default (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not use client config for Cronet 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 5f2e8d405a9a8f45897fb39f04426a3b27599c55..d608ad79478612e0f3123d09907e37b113a15e05 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