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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2854893003: Adding an Android about:flags feature for offline previews (Closed)
Patch Set: Created 3 years, 8 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 29860f31d984197edfdc5747c4fe609d521741ff..5bb5e3e35dbd95895d75362c60ad7d947425ecac 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1343,6 +1343,12 @@ extern const char kEnableDataReductionProxySiteBreakdownName[];
// Saver settings page.
extern const char kEnableDataReductionProxySiteBreakdownDescription[];
+// An about:flags experiment title to enable offline page previews.
+extern const char kEnableOfflinePreviewsName[];
+
+// Describes an about:flags experiment to enable offline page previews.
+extern const char kEnableOfflinePreviewsDescription[];
+
#endif // defined(OS_ANDROID)
// Name of about:flags option for LCD text.

Powered by Google App Engine
This is Rietveld 408576698