| 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 789276665ea399f5fdb55b017c79c4783fa5a8de..83202075cf16a65dc72848ddd0ce11f2edeaaca8 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
|
| @@ -98,9 +98,9 @@ const char* identity_directive();
|
| // preview requests and responses.
|
| const char* chrome_proxy_lite_page_directive();
|
|
|
| -// Gets the Chrome-Proxy "exp" directive value used by data reduction proxy lite
|
| -// page preview experiment to ignore the blacklist.
|
| -const char* chrome_proxy_lite_page_ignore_blacklist();
|
| +// Gets the Chrome-Proxy experiment ("exp") value to force a lite page preview
|
| +// for requests that accept lite pages.
|
| +const char* chrome_proxy_force_lite_page_experiment();
|
|
|
| // Requests a transformation only if the server determines that the page is
|
| // otherwise heavy (i.e., the associated page load ordinarily requires the
|
|
|