| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
|
| index 79c14555083af763de593167a1b6721fc88dee47..b4d0c8f0ddcc4312b9aa2d5af3fa2311603bbb4a 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_switches.h
|
| @@ -14,7 +14,6 @@ namespace switches {
|
| extern const char kClearDataReductionProxyDataSavings[];
|
| extern const char kDataReductionProxy[];
|
| extern const char kDataReductionProxyConfigURL[];
|
| -extern const char kDataReductionProxyDev[];
|
| extern const char kDataReductionProxyExperiment[];
|
| extern const char kDataReductionProxyFallback[];
|
| extern const char kDataReductionProxyHttpProxies[];
|
| @@ -28,11 +27,9 @@ extern const char kDataReductionProxySecureProxyCheckURL[];
|
| extern const char kDataReductionProxyStartSecureDisabled[];
|
| extern const char kDataReductionProxyWarmupURL[];
|
| extern const char kDataReductionSSLProxy[];
|
| -extern const char kDisableDataReductionProxyDev[];
|
| extern const char kEnableDataReductionProxy[];
|
| extern const char kEnableDataReductionProxyBypassWarning[];
|
| extern const char kEnableDataReductionProxyCarrierTest[];
|
| -extern const char kEnableDataReductionProxyDev[];
|
| extern const char kEnableDataReductionProxyLoFiPreview[];
|
|
|
| } // namespace switches
|
|
|