| 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..05102d60b9302561455b6153f7a866fe4ffb09c7 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/HTTP2 proxy field trial.
|
| +std::string GetTrustedSpdyProxyFieldTrialName();
|
| +
|
| +// Returns true if this client is part of the enabled group of the trusted
|
| +// SPDY/HTTP2 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);
|
|
|