| Index: components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
 | 
| diff --git a/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc b/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
 | 
| index 064caa693a8dd3d6fbf322d88c8dada7fabdfa7b..2e089cfeedb5939c5712922c1efc00c8caa3ea91 100644
 | 
| --- a/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
 | 
| +++ b/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
 | 
| @@ -72,6 +72,9 @@ const char kDataReductionProxy[] = "auth.spdyproxy.origin";
 | 
|  // A boolean specifying whether the data reduction proxy is enabled.
 | 
|  const char kDataReductionProxyEnabled[] = "spdy_proxy.enabled";
 | 
|  
 | 
| +// A boolean specifying whether the data reduction proxy alternative is enabled.
 | 
| +const char kDataReductionProxyAltEnabled[] = "data_reduction_alt.enabled";
 | 
| +
 | 
|  // A boolean specifying whether the data reduction proxy was ever enabled
 | 
|  // before.
 | 
|  const char kDataReductionProxyWasEnabledBefore[] =
 | 
| 
 |