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

Unified Diff: ash/system/user/login_status.h

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
« no previous file with comments | « no previous file | ash/system/user/tray_user.cc » ('j') | ash/system/user/tray_user.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/login_status.h
diff --git a/ash/system/user/login_status.h b/ash/system/user/login_status.h
index c1e54f8c73163948c9fd5ed67cedeef46fadc7f7..4a9d40fec91a05697644acb64433eb1b1d6bcd30 100644
--- a/ash/system/user/login_status.h
+++ b/ash/system/user/login_status.h
@@ -17,8 +17,6 @@ enum LoginStatus {
LOGGED_IN_GUEST, // A guest is logged in (i.e. incognito)
LOGGED_IN_RETAIL_MODE, // Is in retail mode.
LOGGED_IN_PUBLIC, // A public account is logged in.
- LOGGED_IN_LOCALLY_MANAGED, // A locally managed user is logged in.
Nikita (slow) 2013/04/05 04:08:53 Please leave LOGGED_IN_LOCALLY_MANAGED status as w
stevenjb 2013/04/05 18:17:15 Ugh, another place where we were setting this in P
- LOGGED_IN_KIOSK_APP, // Is in kiosk app mode.
bartfab (slow) 2013/04/05 13:16:33 1/ Please leave the LOGGED_IN_KIOSK_APP status. Th
stevenjb 2013/04/05 18:17:15 I'm going to restore this to how it was, with any
LOGGED_IN_NONE, // Not logged in.
};
« no previous file with comments | « no previous file | ash/system/user/tray_user.cc » ('j') | ash/system/user/tray_user.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698