| 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 7dfedda6edc062351f0c3cc72363ff5b60a4a504..df3a9762774eb504aac642ccf87e66cad6155dd8 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
|
| @@ -107,6 +107,10 @@ const char* lite_page_directive();
|
| // compressed video.
|
| const char* compressed_video_directive();
|
|
|
| +// Gets the directive used by the data reduction proxy to tell the client to use
|
| +// a specific page policy.
|
| +const char* page_policies_directive();
|
| +
|
| // Gets the Chrome-Proxy directive used by data reduction proxy lite page
|
| // preview requests and responses.
|
| const char* chrome_proxy_lite_page_directive();
|
|
|