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

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: unifdef controller from startup, lets us do nicer excludes 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..e63b04218c64667d2e677a5cad46a9ce07a5b407 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(OS_CHROMEOS)
// Default implementation for ports which do not have this implemented.
void ShowAppList() {}
« no previous file with comments | « chrome/browser/resources/options/options_bundle.js ('k') | chrome/browser/ui/startup/startup_browser_creator_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698