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

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

Issue 22268009: Move signin status and current user information into AppListModel. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests and multiple notification bug Created 7 years, 4 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
Index: chrome/browser/ui/app_list/app_list_service_mac.mm
diff --git a/chrome/browser/ui/app_list/app_list_service_mac.mm b/chrome/browser/ui/app_list/app_list_service_mac.mm
index 454a644af07cf164a094db71a1be886597d071b0..fd19d70e0facf588b53d3c549129b6e3f6b09274 100644
--- a/chrome/browser/ui/app_list/app_list_service_mac.mm
+++ b/chrome/browser/ui/app_list/app_list_service_mac.mm
@@ -75,7 +75,6 @@ class AppListServiceMac : public AppListServiceImpl,
// AppListServiceImpl overrides:
virtual void CreateShortcut() OVERRIDE;
- virtual void OnSigninStatusChanged() OVERRIDE;
// AppShimHandler overrides:
virtual void OnShimLaunch(apps::AppShimHandler::Host* host,
@@ -396,10 +395,6 @@ NSWindow* AppListServiceMac::GetAppListWindow() {
return [window_controller_ window];
}
-void AppListServiceMac::OnSigninStatusChanged() {
- [[window_controller_ appListViewController] onSigninStatusChanged];
-}
-
void AppListServiceMac::OnShimLaunch(apps::AppShimHandler::Host* host,
apps::AppShimLaunchType launch_type) {
Show();

Powered by Google App Engine
This is Rietveld 408576698