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

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

Issue 286013002: Added alternative configuration for the data reduction proxy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: DCHECK fix 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 | « 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: components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc b/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
index c7034f4797f3f803a94e197c6d299b4b0a058cc4..0ebe292663f4da87e96823e7ea8e97bbd3e3c9ce 100644
--- a/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
+++ b/components/data_reduction_proxy/common/data_reduction_proxy_switches.cc
@@ -10,6 +10,13 @@ namespace switches {
// 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";
@@ -23,8 +30,14 @@ const char kDataReductionProxyKey[] = "spdy-proxy-auth-value";
// 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 | « 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