Index: ui/login/account_picker/user_pod_row.js |
diff --git a/ui/login/account_picker/user_pod_row.js b/ui/login/account_picker/user_pod_row.js |
index 2ad71bd6b1920f1111fc66d942d9045a7bd6d939..ec5ce28dcb23541b383752ceb9d778be35f1678d 100644 |
--- a/ui/login/account_picker/user_pod_row.js |
+++ b/ui/login/account_picker/user_pod_row.js |
@@ -1033,7 +1033,8 @@ cr.define('login', function() { |
}, |
customizeUserPodPerUserType: function() { |
- if (this.user_.supervisedUser && !this.user_.isDesktopUser) { |
+ if ((this.user_.supervisedUser || this.user_.childUser) |
+ && !this.user_.isDesktopUser) { |
this.setUserPodIconType('supervised'); |
} else if (this.multiProfilesPolicyApplied) { |
// Mark user pod as not focusable which in addition to the grayed out |