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

Unified Diff: components/user_manager/user_type.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 | « components/user_manager/user_manager_base.cc ('k') | components/user_manager/user_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/user_manager/user_type.h
diff --git a/components/user_manager/user_type.h b/components/user_manager/user_type.h
index 78d12ca744a84f26df064ad15f3acffcfc17f2f8..8509eac14b37dfd5c7da17fd89f23eddc0f985c8 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -23,8 +23,10 @@ typedef enum {
USER_TYPE_KIOSK_APP = 5,
// Child user, with supervised options.
USER_TYPE_CHILD = 6,
+ // Android app in kiosk mode, logs in without authentication.
+ USER_TYPE_ARC_KIOSK_APP = 7,
// Maximum histogram value.
- NUM_USER_TYPES = 7
+ NUM_USER_TYPES = 8
} UserType;
} // namespace user_manager
« no previous file with comments | « components/user_manager/user_manager_base.cc ('k') | components/user_manager/user_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698