| 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 c52a8f90d161fe738c8f4cf7059ef3fb8285c6f2..40a7c970134d295d9dfdaccc8976dd768b762cc7 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,10 @@ class DataReductionProxyParams : public DataReductionProxyConfigValues {
|
|
|
| static std::string GetQuicFieldTrialName();
|
|
|
| + // Returns true if this client is part of a field trial that allows Data Saver
|
| + // to be used on VPN.
|
| + static bool IsIncludedInUseDataSaverOnVPNFieldTrial();
|
| +
|
| // Returns true if the Data Reduction Proxy config client should be used.
|
| static bool IsConfigClientEnabled();
|
|
|
|
|