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 |