Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(233)

Unified Diff: components/data_reduction_proxy/core/common/data_reduction_proxy_params.h

Issue 2760063002: Add support to previews/ for Server LoFi and LitePages (Closed)
Patch Set: build fix Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
+
+// 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|.

Powered by Google App Engine
This is Rietveld 408576698