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

Unified Diff: ui/app_list/app_list_switches.h

Issue 186483004: Add a skeleton Start Page to the experimental app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ares_change_experimental_animation
Patch Set: rework Created 6 years, 9 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: ui/app_list/app_list_switches.h
diff --git a/ui/app_list/app_list_switches.h b/ui/app_list/app_list_switches.h
index 853a32f5e3b67260180bafee56825e92e61dea9c..41c42d1824dae0d40664c78500a3e3f7ed6c8f8a 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_switches.h
@@ -10,11 +10,13 @@
namespace app_list {
namespace switches {
-APP_LIST_EXPORT extern const char kEnableExperimentalAppList[];
+// Please keep this list sorted.
APP_LIST_EXPORT extern const char kDisableFolderUI[];
APP_LIST_EXPORT extern const char kDisableVoiceSearch[];
-APP_LIST_EXPORT extern const char kEnableHotwordAlwaysOn[];
APP_LIST_EXPORT extern const char kEnableAppInfo[];
+APP_LIST_EXPORT extern const char kEnableExperimentalAppList[];
+APP_LIST_EXPORT extern const char kEnableHotwordAlwaysOn[];
+APP_LIST_EXPORT extern const char kShowAppListStartPage[];
bool APP_LIST_EXPORT IsFolderUIEnabled();
@@ -26,6 +28,8 @@ bool APP_LIST_EXPORT IsAppInfoEnabled();
bool APP_LIST_EXPORT IsExperimentalAppListEnabled();
+bool APP_LIST_EXPORT IsStartPageWebUIEnabled();
+
} // namespace switches
} // namespace app_list

Powered by Google App Engine
This is Rietveld 408576698