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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2887423002: Add an about:flag to support alternative data saver features (Closed)
Patch Set: tbansal nits Created 3 years, 7 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: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index a7875f96aea40007bc616b7dd6abf0fd987f8c8e..2393c4798d1feb8bf5d8f52efd9da2ddcd998066 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -188,6 +188,10 @@ extern const char kEnableClearBrowsingDataCountersDescription[];
extern const char kEnableDataReductionProxyLitePageName[];
extern const char kEnableDataReductionProxyLitePageDescription[];
+extern const char kDataReductionProxyServerAlternative[];
+extern const char kEnableDataReductionProxyServerExperimentName[];
+extern const char kEnableDataReductionProxyServerExperimentDescription[];
+
extern const char kEnableDataReductionProxySavingsPromoName[];
extern const char kEnableDataReductionProxySavingsPromoDescription[];

Powered by Google App Engine
This is Rietveld 408576698