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

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

Issue 2421323002: Created new account type for ARC++ kiosk. (Closed)
Patch Set: 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
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
index 3f1125812a38763f40b09753aae236967367b1dd..3eaa8a9d94aa33d6c496dcf633d73096972fd438 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -333,6 +333,8 @@ ash::LoginStatus SystemTrayDelegateChromeOS::GetUserLoginStatus() const {
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;

Powered by Google App Engine
This is Rietveld 408576698