| Index: components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| diff --git a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| index 4cf3c7c4c44d8bcc3c9db09c21bec86ce0a1bb3c..09f6379bd2d95194bf4659ccf8ebb0d5fbfbcf84 100644
|
| --- a/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| +++ b/components/data_reduction_proxy/core/browser/data_reduction_proxy_request_options.h
|
| @@ -63,6 +63,10 @@ class DataReductionProxyRequestOptions {
|
| // proxy authentication credentials.
|
| void AddRequestHeader(net::HttpRequestHeaders* request_headers);
|
|
|
| + // Adds 'br' to the Accept-Encoding header if Brotli is enabled.
|
| + void AddBrotliAcceptEncoding(const net::URLRequest& request,
|
| + net::HttpRequestHeaders* request_headers);
|
| +
|
| // Stores the supplied key and sets up credentials suitable for authenticating
|
| // with the data reduction proxy.
|
| // This can be called more than once. For example on a platform that does not
|
|
|