| 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 2899e9abe6aa8a9b47d80a17d17d7b90b53ef730..978bc955df623afbd4192858221f89d8b4bf11f3 100644
|
| --- a/ui/app_list/app_list_switches.h
|
| +++ b/ui/app_list/app_list_switches.h
|
| @@ -15,6 +15,7 @@ namespace switches {
|
| APP_LIST_EXPORT extern const char kCustomLauncherPage[];
|
| APP_LIST_EXPORT extern const char kDisableAppListDismissOnBlur[];
|
| APP_LIST_EXPORT extern const char kDisableDriveAppsInAppList[];
|
| +APP_LIST_EXPORT extern const char kEnableAppList[];
|
| APP_LIST_EXPORT extern const char kEnableCenteredAppList[];
|
| APP_LIST_EXPORT extern const char kEnableExperimentalAppList[];
|
| APP_LIST_EXPORT extern const char kDisableExperimentalAppList[];
|
| @@ -23,6 +24,7 @@ APP_LIST_EXPORT extern const char kDisableNewAppListMixer[];
|
| APP_LIST_EXPORT extern const char kEnableSyncAppList[];
|
| APP_LIST_EXPORT extern const char kDisableSyncAppList[];
|
| APP_LIST_EXPORT extern const char kEnableLauncherSearchProviderApi[];
|
| +APP_LIST_EXPORT extern const char kResetAppListInstallState[];
|
|
|
| #if defined(OS_MACOSX)
|
| APP_LIST_EXPORT extern const char kEnableMacViewsAppList[];
|
|
|