Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(114)

Unified Diff: ui/app_list/app_list_switches.cc

Issue 187483005: Extending the Views-on-Mac experiment: whole app list grid. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: still compiles r263560 + crrev/195793005 Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/app_list/cocoa/apps_collection_view_drag_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | ui/app_list/cocoa/apps_collection_view_drag_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698