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

Unified Diff: ash/system/user/tray_user.cc

Issue 13495003: Add LoginState class to src/chromeos/login (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Feedback round 1 Created 7 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/system/user/tray_user.cc
diff --git a/ash/system/user/tray_user.cc b/ash/system/user/tray_user.cc
index 084ed06a2033210100b1c4ced1f8163f669175ca..1ef9b6d53a3959ed745b49093b61d7a6fa01d129 100644
--- a/ash/system/user/tray_user.cc
+++ b/ash/system/user/tray_user.cc
@@ -613,7 +613,6 @@ void TrayUser::UpdateAfterLoginStatusChange(user::LoginStatus status) {
case user::LOGGED_IN_USER:
case user::LOGGED_IN_OWNER:
case user::LOGGED_IN_PUBLIC:
- case user::LOGGED_IN_LOCALLY_MANAGED:
bartfab (slow) 2013/04/05 13:16:33 Please restore this. Locally managed mode is in fl
stevenjb 2013/04/05 18:17:15 Done.
avatar_->SetImage(
ash::Shell::GetInstance()->system_tray_delegate()->GetUserImage(),
gfx::Size(kUserIconSize, kUserIconSize));

Powered by Google App Engine
This is Rietveld 408576698