| 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 bee3db0016ecd6437476b1c1c7470aa5034db30a..ae1484832305ef9a70cb283badb6939d0b57bf51 100644
|
| --- a/ui/app_list/app_list_switches.cc
|
| +++ b/ui/app_list/app_list_switches.cc
|
| @@ -9,6 +9,9 @@
|
| namespace app_list {
|
| namespace switches {
|
|
|
| +// If set, the experimental app list will be used.
|
| +const char kEnableExperimentalAppList[] = "enable-experimental-app-list";
|
| +
|
| // If set, folder will be enabled in app list UI.
|
| const char kEnableFolderUI[] = "enable-app-list-folder-ui";
|
|
|
|
|