| 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 a0aff4097dccb3d925b156f7e69b5d706ba644ad..a6d8f85d384cb72c1e15a44384b4f2d012f969a4 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
|
| @@ -16,23 +16,25 @@ extern const char kDataReductionProxy[];
|
| extern const char kDataReductionProxyConfigURL[];
|
| extern const char kDataReductionProxyExperiment[];
|
| extern const char kDataReductionProxyFallback[];
|
| extern const char kDataReductionProxyHttpProxies[];
|
| extern const char kDataReductionProxyKey[];
|
| extern const char kDataReductionProxyLoFi[];
|
| 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 kDataReductionProxyStartSecureDisabled[];
|
| extern const char kDataReductionProxyWarmupURL[];
|
| extern const char kEnableDataReductionProxy[];
|
| extern const char kEnableDataReductionProxyBypassWarning[];
|
| extern const char kEnableDataReductionProxyCarrierTest[];
|
| extern const char kEnableDataReductionProxyLoFiPreview[];
|
| +extern const char kEnableDataReductionProxyForcePingback[];
|
|
|
| } // namespace switches
|
| } // namespace data_reduction_proxy
|
|
|
| #endif // COMPONENTS_DATA_REDUCTION_PROXY_CORE_COMMON_DATA_REDUCTION_PROXY_SWITCHES_H_
|
|
|