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

Unified Diff: ui/app_list/app_list_switches.cc

Issue 231883003: [stash] 20140404-crbug-312961-mac-views-bridge-C-wholegrid Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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
« 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