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

Unified Diff: chrome/browser/ui/ash/system_tray_client.cc

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/chromeos/policy/device_local_account.cc ('k') | chromeos/login/login_state.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_client.cc
diff --git a/chrome/browser/ui/ash/system_tray_client.cc b/chrome/browser/ui/ash/system_tray_client.cc
index faeb167a26f555a7acf6d673799498e5c6a78b1a..d164aa6d74995627fef0fa62e87dc10072dfb0cc 100644
--- a/chrome/browser/ui/ash/system_tray_client.cc
+++ b/chrome/browser/ui/ash/system_tray_client.cc
@@ -98,6 +98,8 @@ ash::LoginStatus SystemTrayClient::GetUserLoginStatus() {
return ash::LoginStatus::SUPERVISED;
case LoginState::LOGGED_IN_USER_KIOSK_APP:
return ash::LoginStatus::KIOSK_APP;
+ case LoginState::LOGGED_IN_USER_ARC_KIOSK_APP:
+ return ash::LoginStatus::ARC_KIOSK_APP;
}
NOTREACHED();
return ash::LoginStatus::NOT_LOGGED_IN;
« no previous file with comments | « chrome/browser/chromeos/policy/device_local_account.cc ('k') | chromeos/login/login_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698