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

Unified Diff: chrome/browser/ui/app_list/app_list_service_mac.h

Issue 55683002: Instantiate AppShimMenuController when app launcher is enabled. (Mac) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Expose InitAppShimMenuController in AppController Created 7 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_service_mac.h
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.h b/chrome/browser/ui/app_list/app_list_service_mac.h
index 62ac81c1da589824bbd10319c9df28488ccbe2a3..1559f69754ed0577bd387278b20dedb3c72d5c0b 100644
--- a/chrome/browser/ui/app_list/app_list_service_mac.h
+++ b/chrome/browser/ui/app_list/app_list_service_mac.h
@@ -43,6 +43,7 @@ class AppListServiceMac : public AppListServiceImpl,
// AppListServiceImpl overrides:
virtual void CreateShortcut() OVERRIDE;
+ virtual void EnableAppList(Profile* initial_profile) OVERRIDE;
tapted 2013/11/04 00:49:26 nit: I think this belongs under `AppListService ov
jackhou1 2013/11/04 01:31:37 Done.
// AppShimHandler overrides:
virtual void OnShimLaunch(apps::AppShimHandler::Host* host,

Powered by Google App Engine
This is Rietveld 408576698