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

Unified Diff: chrome/browser/ui/app_list/app_list_controller.cc

Issue 11293267: Put the pop-up app launcher behind a compile-time flag, and provide defines. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: prevailing style Created 8 years, 1 month 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
Index: chrome/browser/ui/app_list/app_list_controller.cc
diff --git a/chrome/browser/ui/app_list/app_list_controller.cc b/chrome/browser/ui/app_list/app_list_controller.cc
index 1fb2d25c7e5c7563e2fd49281415f51022d4d1de..bc6f1e30b324d3a98ee2e6daca237763cbfbd98d 100644
--- a/chrome/browser/ui/app_list/app_list_controller.cc
+++ b/chrome/browser/ui/app_list/app_list_controller.cc
@@ -31,7 +31,7 @@ void AppListControllerDelegate::CreateNewWindow(bool incognito) {
namespace app_list_controller {
-#if !defined(OS_WIN)
+#if !defined(ENABLE_APP_LIST) || defined(OS_CHROMEOS)
// Default implementation for ports which do not have this implemented.
void ShowAppList() {}

Powered by Google App Engine
This is Rietveld 408576698