| 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 de5c528a34fd1bcb54c9be8c9a881bd4b165bd20..98a67773bb24bf2d6b8ae4962eab025919c594bb 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
|
| @@ -40,6 +40,13 @@ bool IsIncludedInPromoFieldTrial();
|
| // is in effect.
|
| bool IsIncludedInHoldbackFieldTrial();
|
|
|
| +// Returns the name of the trusted SPDY proxy field trial.
|
| +std::string GetTrustedSpdyProxyFieldTrialName();
|
| +
|
| +// Returns true if this client is part of the enabled group of the trusted SPDY
|
| +// proxy field trial.
|
| +bool IsIncludedInTrustedSpdyProxyFieldTrial();
|
| +
|
| // Returns true if this client is part of the field trial that should display
|
| // a promotion for the data reduction proxy on Android One devices.
|
| bool IsIncludedInAndroidOnePromoFieldTrial(const char* build_fingerprint);
|
|
|