| 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..56d7c459547e06889bf86b9913f181bf2ac21d2b 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 Lo-Fi and server Lite Page
|
| +// instead of the prefs-based rules.
|
| +bool IsBlackListEnabledForServerPreviews();
|
| +
|
| // The current LitePage experiment blacklist version.
|
| int LitePageVersion();
|
|
|
|
|