| 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 02b3d9cc19c5da1ea38efff85599a9233defc71b..4646b6402b39dc249d40abfe2c7fa65515622ef5 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
|
| @@ -127,6 +127,9 @@ const char* GetQuicFieldTrialName();
|
| // Returns true if zero RTT for QUIC is enabled.
|
| bool IsZeroRttQuicEnabled();
|
|
|
| +// Returns true if QUIC is enabled for non core data reduction proxies.
|
| +bool IsQuicForNonCoreProxiesEnabled();
|
| +
|
| // Returns true if Brotli should be added to the accept-encoding header.
|
| bool IsBrotliAcceptEncodingEnabled();
|
|
|
|
|