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

Unified Diff: ash/common/system/chromeos/session/logout_confirmation_controller.cc

Issue 2761063002: Move 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
Index: ash/common/system/chromeos/session/logout_confirmation_controller.cc
diff --git a/ash/common/system/chromeos/session/logout_confirmation_controller.cc b/ash/common/system/chromeos/session/logout_confirmation_controller.cc
index 622c9122fd4cbf69deb2428222743d283f33d4bd..68433aff46a7ff30d807926bd42428c4e82f4d40 100644
--- a/ash/common/system/chromeos/session/logout_confirmation_controller.cc
+++ b/ash/common/system/chromeos/session/logout_confirmation_controller.cc
@@ -94,7 +94,7 @@ void LogoutConfirmationController::OnDialogClosed() {
}
void LogoutConfirmationController::OnLastWindowClosed() {
- if (WmShell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
+ if (Shell::Get()->system_tray_delegate()->GetUserLoginStatus() !=
LoginStatus::PUBLIC) {
return;
}

Powered by Google App Engine
This is Rietveld 408576698