| Index: components/data_reduction_proxy/browser/data_reduction_proxy_params.h
|
| diff --git a/components/data_reduction_proxy/browser/data_reduction_proxy_params.h b/components/data_reduction_proxy/browser/data_reduction_proxy_params.h
|
| index 549a588a555639588542cffec200c01805431e3c..7a8e9f4c9154f8d0e2dce7ad440516dc6b601b51 100644
|
| --- a/components/data_reduction_proxy/browser/data_reduction_proxy_params.h
|
| +++ b/components/data_reduction_proxy/browser/data_reduction_proxy_params.h
|
| @@ -47,6 +47,10 @@ class DataReductionProxyParams {
|
| // hinting.
|
| static bool IsIncludedInPreconnectHintingFieldTrial();
|
|
|
| + // Returns true if this client is part of a field trial that bypasses the
|
| + // proxy if the request resource type is on the critical path (e.g. HTML).
|
| + static bool IsIncludedInCriticalPathBypassFieldTrial();
|
| +
|
| // 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
|
|
|