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

Unified Diff: trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc

Issue 307013003: Revert 273810 "Added alternative configuration for the data redu..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
« no previous file with comments | « trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
===================================================================
--- trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc (revision 273823)
+++ trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc (working copy)
@@ -10,13 +10,6 @@
// The origin of the data reduction proxy.
const char kDataReductionProxy[] = "spdy-proxy-auth-origin";
-// The origin of an alternative data reduction proxy.
-const char kDataReductionProxyAlt[] = "data-reduction-proxy-alternative";
-
-// The origin of an alternative data reduction proxy fallback.
-const char kDataReductionProxyAltFallback[] =
- "data-reduction-proxy-alternative-fallback";
-
// The origin of the data reduction proxy dev.
const char kDataReductionProxyDev[] = "spdy-proxy-dev-auth-origin";
@@ -30,14 +23,8 @@
// proxy. Note this canary does not go through the data reduction proxy.
const char kDataReductionProxyProbeURL[] = "data-reduction-proxy-probe-url";
-// The origin of the data reduction SSL proxy.
-const char kDataReductionSSLProxy[] = "data-reduction-ssl-proxy";
-
// Enable the data reduction proxy.
const char kEnableDataReductionProxy[] = "enable-spdy-proxy-auth";
-// Enable the alternative data reduction proxy.
-const char kEnableDataReductionProxyAlt[] = "enable-data-reduction-proxy-alt";
-
} // namespace switches
} // namespace data_reduction_proxy
« no previous file with comments | « trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698