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

Unified Diff: ash/system/chromeos/session/last_window_closed_logout_reminder.cc

Issue 2041233005: Moves ash::user::LoginStatus to ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix test Created 4 years, 6 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/system/chromeos/session/last_window_closed_logout_reminder.cc
diff --git a/ash/system/chromeos/session/last_window_closed_logout_reminder.cc b/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
index de85d4692d1de441bc5e23d1836a7c4866f5a33d..e30cce8e36082711cf9dc0e7370ca5c3761f41f4 100644
--- a/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
+++ b/ash/system/chromeos/session/last_window_closed_logout_reminder.cc
@@ -28,7 +28,7 @@ LastWindowClosedLogoutReminder::~LastWindowClosedLogoutReminder() {
void LastWindowClosedLogoutReminder::OnLastWindowClosed() {
if (Shell::GetInstance()->system_tray_delegate()->GetUserLoginStatus() !=
- user::LOGGED_IN_PUBLIC) {
+ LoginStatus::PUBLIC) {
return;
}
« no previous file with comments | « ash/system/chromeos/screen_security/screen_tray_item.h ('k') | ash/system/chromeos/session/logout_button_tray.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698