| 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 | 
|  |