| 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 cbc063d6836d8896fb0a3cbd5ddcfb3cc5b1438c..0773ba8d2815658d9016795b07bb4c173dd305cd 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
|
| @@ -11,6 +11,7 @@ namespace switches {
|
| // All switches in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
|
|
| +extern const char kDataReductionPingbackURL[];
|
| extern const char kDataReductionProxy[];
|
| extern const char kDataReductionProxyConfigURL[];
|
| extern const char kDataReductionProxyExperiment[];
|
| @@ -22,9 +23,9 @@ extern const char kDataReductionProxyLoFiValueAlwaysOn[];
|
| extern const char kDataReductionProxyLoFiValueCellularOnly[];
|
| extern const char kDataReductionProxyLoFiValueDisabled[];
|
| extern const char kDataReductionProxyLoFiValueSlowConnectionsOnly[];
|
| -extern const char kDataReductionPingbackURL[];
|
| extern const char kDataReductionProxySecureProxyCheckURL[];
|
| extern const char kDataReductionProxyServerExperimentsDisabled[];
|
| +extern const char kDataReductionProxyServerAlternative[];
|
| extern const char kDataReductionProxyWarmupURL[];
|
| extern const char kEnableDataReductionProxy[];
|
| extern const char kEnableDataReductionProxyBypassWarning[];
|
|
|