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 02b3d9cc19c5da1ea38efff85599a9233defc71b..5eaf3ba3b5e233aed6f365d05410db78a0ef3eb4 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,12 @@ GURL GetConfigServiceURL(); |
| // command line. |
| bool ShouldForceEnableDataReductionProxy(); |
| +// The current LoFi experiment blacklist version. |
| +int LoFiVersion(); |
|
tbansal1
2017/05/02 21:49:31
s/LoFiVersion/ServerLoFiVersion/?
RyanSturm
2017/05/02 22:57:18
Done.
|
| + |
| +// 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|. |