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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2965813002: Added flag in chrome://flags to enable the New Launcher UI. (Closed)
Patch Set: Added flag in chrome://flags to enable the feature. Created 3 years, 6 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') | ui/app_list/app_list_features.cc » ('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 27a963351a282e3426826dd9d3f41ea2e2e118bd..7271e18b3e2941ee75928db16fff23957479feae 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2927,6 +2927,12 @@ const char kDisplayColorCalibrationDescription[] =
"Allow color calibration of the display if the display supports the "
"feature.";
+const char kEnableFullscreenAppListName[] = "Enable The Peeking Launcher";
+
+const char kEnableFullscreenAppListDescription[] =
+ "The new launcher UI supports touch and provides more space for upcoming "
+ "features.";
stevenjb 2017/06/30 22:18:58 'launcher' is fine in these strings, although I ha
newcomer 2017/07/11 19:54:05 Good catch!
+
const char kMemoryPressureThresholdName[] =
"Memory discard strategy for advanced pressure handling";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | ui/app_list/app_list_features.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698