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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2854893003: Adding an Android about:flags feature for offline previews (Closed)
Patch Set: rebase on enums.xml 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
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/previews/core/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 5caa2b0a2fde99dd065ca9106e9cb2b2fd7b299d..6037dd265e140d7e090112ed3db8ec867f200316 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1211,6 +1211,11 @@ const char kEnableDataReductionProxySiteBreakdownName[] =
const char kEnableDataReductionProxySiteBreakdownDescription[] =
"Enable the site breakdown on the Data Saver settings page.";
+const char kEnableOfflinePreviewsName[] = "Offline Page Previews";
+
+const char kEnableOfflinePreviewsDescription[] =
+ "Enable showing offline page previews on slow networks.";
+
#endif // defined(OS_ANDROID)
const char kLcdTextName[] = "LCD text antialiasing";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | components/previews/core/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698