| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| index e059d641d743590e3358a4c89114031018e60b51..360914e06ad1d029edd651d4d3c2ff997dcaecc3 100644
|
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_headers.h
|
| @@ -68,6 +68,10 @@ struct DataReductionProxyInfo {
|
| // Gets the header used for data reduction proxy requests and responses.
|
| const char* chrome_proxy_header();
|
|
|
| +// Gets the chrome-proxy-ect request header that includes the effective
|
| +// connection type.
|
| +const char* chrome_proxy_ect_header();
|
| +
|
| // Gets the ChromeProxyAcceptTransform header name.
|
| const char* chrome_proxy_accept_transform_header();
|
|
|
|
|