| Index: trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc
|
| ===================================================================
|
| --- trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc (revision 273823)
|
| +++ trunk/src/components/data_reduction_proxy/common/data_reduction_proxy_pref_names.cc (working copy)
|
| @@ -72,9 +72,6 @@
|
| // 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[] =
|
|
|