| 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 02b3d9cc19c5da1ea38efff85599a9233defc71b..77f09413aecd60d759061f66ea33b866d72e9cda 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,9 @@ GURL GetConfigServiceURL();
|
| // command line.
|
| bool ShouldForceEnableDataReductionProxy();
|
|
|
| +// The current LitePage experiment blacklist version.
|
| +int LitePageVersion();
|
| +
|
| // Retrieves the int stored in |param_name| from the field trial group
|
| // |group|. If the value is not present, cannot be parsed, or is less than
|
| // |min_value|, returns |default_value|.
|
|
|