| 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 118bb85d300c0061f1cfa3735fdc8be4ad41b00b..e38dedb5f382b95602a24314f955aca4a82e90e1 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
|
| @@ -87,6 +87,10 @@ class DataReductionProxyParams {
|
| // the data reduction proxy via header is missing.
|
| static bool IsIncludedInRemoveMissingViaHeaderOtherBypassFieldTrial();
|
|
|
| + // Returns true if this client is part of field trial to show bypass warnings
|
| + // for the data reduction proxy.
|
| + static bool IsIncludedInBypassWarningTrial();
|
| +
|
| // Constructs configuration parameters. If |kAllowed|, then the standard
|
| // data reduction proxy configuration is allowed to be used. If
|
| // |kfallbackAllowed| a fallback proxy can be used if the primary proxy is
|
|
|