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

Unified Diff: ash/common/shelf/wm_shelf.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: ash/common/shelf/wm_shelf.cc
diff --git a/ash/common/shelf/wm_shelf.cc b/ash/common/shelf/wm_shelf.cc
index d1d09c035f76e2bf5deaca46be21aaedfe8fdd08..5462bc0a6d52dab78cd355d8bf1ae805d2e9fd33 100644
--- a/ash/common/shelf/wm_shelf.cc
+++ b/ash/common/shelf/wm_shelf.cc
@@ -47,6 +47,7 @@ bool WmShelf::CanChangeShelfAlignment() {
case LoginStatus::SUPERVISED:
case LoginStatus::GUEST:
case LoginStatus::KIOSK_APP:
+ case LoginStatus::ARC_KIOSK_APP:
case LoginStatus::NOT_LOGGED_IN:
return false;
}

Powered by Google App Engine
This is Rietveld 408576698