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

Unified Diff: ash/common/login_status.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 | « no previous file | ash/common/shelf/wm_shelf.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/login_status.h
diff --git a/ash/common/login_status.h b/ash/common/login_status.h
index 5b835d3f2612025b23a5bc648b664ce645564157..3083d430df2e50f8059b57aa8cd3b1753574b0f1 100644
--- a/ash/common/login_status.h
+++ b/ash/common/login_status.h
@@ -15,7 +15,8 @@ enum class LoginStatus {
GUEST, // A guest is logged in (i.e. incognito)
PUBLIC, // A public account is logged in
SUPERVISED, // A supervised user is logged in
- KIOSK_APP // Is in kiosk app mode
+ KIOSK_APP, // Is in kiosk app mode
+ ARC_KIOSK_APP // Is in ARC kiosk mode
};
} // namespace ash
« no previous file with comments | « no previous file | ash/common/shelf/wm_shelf.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698