| 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 111abe04a48c8429e8be35f7ce4d8eb54e6608df..05e2fe1b01123b399fc09f5a0f254c4e2811f61e 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
|
| @@ -124,6 +124,10 @@ class DataReductionProxyParams : public DataReductionProxyConfigValues {
|
| // Returns true if the Data Reduction Proxy config client should be used.
|
| static bool IsConfigClientEnabled();
|
|
|
| + // If the Data Reduction Proxy config client is being used, the URL for the
|
| + // Data Reduction Proxy config service.
|
| + static GURL GetConfigServiceURL();
|
| +
|
| // Returns true if the Data Reduction Proxy is forced to be enabled from the
|
| // command line.
|
| static bool ShouldForceEnableDataReductionProxy();
|
|
|