| 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 0e5df1a60afc67f2b8b7a187a5080af39160f456..08d2f0441ce79b00bb50251c77681bc4fd95500d 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
|
| @@ -112,6 +112,9 @@
|
| bool IsDevRolloutEnabled();
|
|
|
| std::string GetQuicFieldTrialName();
|
| +
|
| +// Returns the name of the client config field trial.
|
| +std::string GetClientConfigFieldTrialName();
|
|
|
| // Returns true if the Data Reduction Proxy config client should be used.
|
| bool IsConfigClientEnabled();
|
|
|