| 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 375cc4a9747f351d5560e13359130bd8f5d66d01..d73c2d8ff10bc25c91c0aed5daf04e9ddd06a65d 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
|
| @@ -122,6 +122,9 @@ bool WarnIfNoDataReductionProxy();
|
| // proxy server as quic://proxy.googlezip.net.
|
| bool IsIncludedInQuicFieldTrial();
|
|
|
| +// Returns true if QUIC is enabled for non core data reduction proxies.
|
| +bool IsQuicEnabledForNonCoreProxies();
|
| +
|
| const char* GetQuicFieldTrialName();
|
|
|
| // Returns true if Brotli should be added to the accept-encoding header.
|
|
|