| 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 c1e05026b1f152e69fcea4f547bec8359b0e8287..43ef3c560140af68136d0b8bbeb5891c7a5dd5b0 100644
|
| --- a/ui/app_list/app_list_switches.cc
|
| +++ b/ui/app_list/app_list_switches.cc
|
| @@ -31,6 +31,7 @@ const char kEnableHotwordAlwaysOn[] = "enable-app-list-hotword-always-on";
|
|
|
| // Folder UI is enabled by default.
|
| bool IsFolderUIEnabled() {
|
| + return true;
|
| #if !defined(OS_MACOSX)
|
| return !CommandLine::ForCurrentProcess()->HasSwitch(kDisableFolderUI);
|
| #else
|
|
|