| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| index 0f6aea8c0b7f27f567a2ba83c3857a7a2f8f5851..fe345eca338ab13bacfb9fdb3abc459f08284956 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h
|
| @@ -116,6 +116,10 @@ class DataReductionProxyParams : public DataReductionProxyConfigValues {
|
| // Returns true if the Data Reduction Proxy config client should be used.
|
| static bool IsConfigClientEnabled();
|
|
|
| + // Returns true if the Data Reduction Proxy is forced to be enabled from the
|
| + // command line.
|
| + static bool ShouldForceEnableDataReductionProxy();
|
| +
|
| // Constructs configuration parameters. If |kAllowed|, then the standard
|
| // data reduction proxy configuration is allowed to be used. If
|
| // |kfallbackAllowed| a fallback proxy can be used if the primary proxy is
|
|
|