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

Unified Diff: chromeos/login/login_state.h

Issue 2421323002: Created new account type for ARC++ kiosk. (Closed)
Patch Set: Rebase Created 4 years, 2 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 | « chrome/browser/ui/ash/system_tray_client.cc ('k') | components/user_manager/fake_user_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/login/login_state.h
diff --git a/chromeos/login/login_state.h b/chromeos/login/login_state.h
index e69bc633011609f6d486e3383fa29c96d378f930..18e00f4afa09923dbb3f72f67e16986fe8f323f1 100644
--- a/chromeos/login/login_state.h
+++ b/chromeos/login/login_state.h
@@ -21,13 +21,14 @@ class CHROMEOS_EXPORT LoginState {
};
enum LoggedInUserType {
- LOGGED_IN_USER_NONE, // User is not logged in
- LOGGED_IN_USER_REGULAR, // A regular user is logged in
- LOGGED_IN_USER_OWNER, // The owner of the device is logged in
- LOGGED_IN_USER_GUEST, // A guest is logged in (i.e. incognito)
- LOGGED_IN_USER_PUBLIC_ACCOUNT, // A user is logged in to a public session.
- LOGGED_IN_USER_SUPERVISED, // A supervised user is logged in
- LOGGED_IN_USER_KIOSK_APP // Is in kiosk app mode
+ LOGGED_IN_USER_NONE, // User is not logged in
+ LOGGED_IN_USER_REGULAR, // A regular user is logged in
+ LOGGED_IN_USER_OWNER, // The owner of the device is logged in
+ LOGGED_IN_USER_GUEST, // A guest is logged in (i.e. incognito)
+ LOGGED_IN_USER_PUBLIC_ACCOUNT, // A user is logged in to a public session.
+ LOGGED_IN_USER_SUPERVISED, // A supervised user is logged in
+ LOGGED_IN_USER_KIOSK_APP, // Is in kiosk app mode
+ LOGGED_IN_USER_ARC_KIOSK_APP // Is in ARC kiosk mode
};
class Observer {
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.cc ('k') | components/user_manager/fake_user_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698