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 |