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

Unified Diff: ui/app_list/app_list_switches.cc

Issue 303543004: MacViews: views_examples_with_content_exe working! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add files Created 6 years, 7 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 | « skia/ext/image_operations.cc ('k') | ui/app_list/test/app_list_test_view_delegate.cc » ('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 8f3da334f2a1e822cd72089c4dfe97c02118941f..f6ffbc886fc93a186ace8fc79b28379c283ef967 100644
--- a/ui/app_list/app_list_switches.cc
+++ b/ui/app_list/app_list_switches.cc
@@ -37,8 +37,8 @@ bool IsAppListSyncEnabled() {
}
bool IsFolderUIEnabled() {
-#if defined(OS_MACOSX)
- return false; // Folder UI not implemented for OSX
+#if defined(TOOLKIT_VIEWS)
+ return false; // Folder UI not implemented for Cocoa.
#endif
// Folder UI is available only when AppList sync is enabled, and should
// not be disabled separately.
« no previous file with comments | « skia/ext/image_operations.cc ('k') | ui/app_list/test/app_list_test_view_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698