Chromium Code Reviews| 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 be0e02156f939afb34bf6eb330d4d452613fa1c1..1e2f863eeedf0ab962262f7a173836a198743eff 100644 |
| --- a/ui/app_list/app_list_switches.cc |
| +++ b/ui/app_list/app_list_switches.cc |
| @@ -37,6 +37,7 @@ bool IsAppListSyncEnabled() { |
| } |
| bool IsFolderUIEnabled() { |
| + return true; |
| #if defined(OS_MACOSX) |
| return false; // Folder UI not implemented for OSX |
| #endif |