| Index: ui/app_list/app_list_switches.cc
|
| diff --git a/ui/app_list/app_list_switches.cc b/ui/app_list/app_list_switches.cc
|
| index 7a40c0fecfd4e95ec61d19a2c23f830c7973424c..4e5d04741a3f0d5b76cc21af260ff370723dcbc1 100644
|
| --- a/ui/app_list/app_list_switches.cc
|
| +++ b/ui/app_list/app_list_switches.cc
|
| @@ -21,6 +21,9 @@ const char kDisableAppListDismissOnBlur[] = "disable-app-list-dismiss-on-blur";
|
| // If set, Drive apps will not be shown side-by-side with Chrome apps.
|
| const char kDisableDriveAppsInAppList[] = "disable-drive-apps-in-app-list";
|
|
|
| +// If set, the app list will be enabled as if enabled from CWS.
|
| +const char kEnableAppList[] = "enable-app-list";
|
| +
|
| // If set, the app list will be centered and wide instead of tall.
|
| const char kEnableCenteredAppList[] = "enable-centered-app-list";
|
|
|
| @@ -42,6 +45,11 @@ const char kEnableLauncherSearchProviderApi[] =
|
| const char kEnableNewAppListMixer[] = "enable-new-app-list-mixer";
|
| const char kDisableNewAppListMixer[] = "disable-new-app-list-mixer";
|
|
|
| +// If set, the app list will forget it has been installed on startup. Note this
|
| +// doesn't prevent the app list from running, it just makes Chrome think the app
|
| +// list hasn't been enabled (as in kEnableAppList) yet.
|
| +const char kResetAppListInstallState[] = "reset-app-list-install-state";
|
| +
|
| #if defined(OS_MACOSX)
|
| // Enables use of the toolkit-views app list on Mac.
|
| const char kEnableMacViewsAppList[] = "enable-mac-views-app-list";
|
|
|