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

Unified Diff: ash/common/system/web_notification/web_notification_tray.cc

Issue 2761373002: Move yet more from WmShell to Shell (Closed)
Patch Set: merge Created 3 years, 9 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 | « ash/common/system/user/user_view.cc ('k') | ash/common/test/test_session_controller_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/web_notification/web_notification_tray.cc
diff --git a/ash/common/system/web_notification/web_notification_tray.cc b/ash/common/system/web_notification/web_notification_tray.cc
index 49c7b55233a855bf2ed6d296e75403729b823e3f..a299812782c6fba1b0afc8da20b7c67a3fbef5cd 100644
--- a/ash/common/system/web_notification/web_notification_tray.cc
+++ b/ash/common/system/web_notification/web_notification_tray.cc
@@ -616,7 +616,7 @@ message_center::MessageCenter* WebNotificationTray::message_center() const {
bool WebNotificationTray::IsLoggedIn() const {
return Shell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
LoginStatus::NOT_LOGGED_IN &&
- !WmShell::Get()->session_controller()->IsInSecondaryLoginScreen();
+ !Shell::Get()->session_controller()->IsInSecondaryLoginScreen();
}
// Methods for testing
« no previous file with comments | « ash/common/system/user/user_view.cc ('k') | ash/common/test/test_session_controller_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698