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

Unified Diff: chrome/browser/flag_descriptions.h

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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 41a03a24acda722caae4050ead7cdb3768fedbb0..89c1c8a58c0eca1ecd0683a7d4c2e4aad9c908f5 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -1284,6 +1284,9 @@ extern const char kDisableSystemTimezoneAutomaticDetectionDescription[];
extern const char kDisplayColorCalibrationName[];
extern const char kDisplayColorCalibrationDescription[];
+extern const char kEnableNewAppListUIName[];
+extern const char kEnableNewAppListUIDescription[];
+
extern const char kEnableAndroidWallpapersAppName[];
extern const char kEnableAndroidWallpapersAppDescription[];

Powered by Google App Engine
This is Rietveld 408576698