Chromium Code Reviews| Index: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
| diff --git a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
| index 77f09413aecd60d759061f66ea33b866d72e9cda..f6ce0613019b7a649b87c9facdd0be8fd426c3b0 100644 |
| --- a/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
| +++ b/components/data_reduction_proxy/core/common/data_reduction_proxy_params.h |
| @@ -145,6 +145,10 @@ GURL GetConfigServiceURL(); |
| // command line. |
| bool ShouldForceEnableDataReductionProxy(); |
| +// Whether the blacklist should be used for server LoFi and server Weblite |
|
megjablon
2017/05/09 19:58:33
Use Lite Page here. We use Lite Page to refer to W
RyanSturm
2017/05/09 22:35:19
Done.
|
| +// instead of the prefs-based rules. |
| +bool IsBlackListEnabledForServerPreviews(); |
| + |
| // The current LitePage experiment blacklist version. |
| int LitePageVersion(); |