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

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: 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 c9fc67c5d20200a4648bb3bf47ec06696474d0be..5d53482d062a1f71ee1745bc269268178c1c66a1 100644
--- a/ui/app_list/app_list_switches.h
+++ b/ui/app_list/app_list_switches.h
@@ -14,6 +14,7 @@ APP_LIST_EXPORT extern const char kEnableExperimentalAppList[];
APP_LIST_EXPORT extern const char kEnableFolderUI[];
APP_LIST_EXPORT extern const char kDisableVoiceSearch[];
APP_LIST_EXPORT extern const char kEnableAppInfo[];
+APP_LIST_EXPORT extern const char kShowAppListStartPage[];
tapted 2014/03/10 02:41:54 nit: we should sort these - I think that's the gen
calamity 2014/03/14 07:50:02 Sorted these somewhere else.
bool APP_LIST_EXPORT IsFolderUIEnabled();
@@ -23,6 +24,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