| 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 bfdf16ec72c8051f75b1f741bbce1cee252964e0..07a8aab9ea8b3c03fcc4349cd627497d46e32adc 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
|
| @@ -116,6 +116,9 @@ const char* GetQuicFieldTrialName();
|
| // Returns true if zero RTT for QUIC is enabled.
|
| bool IsZeroRttQuicEnabled();
|
|
|
| +// Returns true if Brotli should be added to the accept-encoding header.
|
| +bool IsBrotliAcceptEncodingEnabled();
|
| +
|
| // Returns true if the Data Reduction Proxy config client should be used.
|
| bool IsConfigClientEnabled();
|
|
|
|
|