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

Unified Diff: chrome/browser/flag_descriptions.cc

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.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index c4ad013c954efb75a193e589869a77b686df8135..617ceea62ce3553e6e44248f04648f74a60214ee 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1205,6 +1205,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 poor networks.";
tbansal1 2017/05/03 17:35:19 s/poor/slow/
RyanSturm 2017/05/03 21:26:25 Done.
+
#endif // defined(OS_ANDROID)
const char kLcdTextName[] = "LCD text antialiasing";

Powered by Google App Engine
This is Rietveld 408576698