| 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 d65f8e2e76fee08c8e460f77ac22feec2fbe0abd..b187fcb055d01065c2d96460d33a051773aacec4 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
|
| @@ -95,6 +95,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();
|
|
|