| 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 30c51ff7bc5f7daa825b0f39aa2ce0487b31891f..0f6aea8c0b7f27f567a2ba83c3857a7a2f8f5851 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
|
| @@ -113,6 +113,9 @@ class DataReductionProxyParams : public DataReductionProxyConfigValues {
|
|
|
| static std::string GetQuicFieldTrialName();
|
|
|
| + // Returns true if the Data Reduction Proxy config client should be used.
|
| + static bool IsConfigClientEnabled();
|
| +
|
| // 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
|
|
|