| Index: components/user_manager/user_manager_base.cc
|
| diff --git a/components/user_manager/user_manager_base.cc b/components/user_manager/user_manager_base.cc
|
| index f58ad5e6b88fba8fb05ab4a5847532fca852a379..2c7b3ffddaff6b26cf2afabb450f9794db72702e 100644
|
| --- a/components/user_manager/user_manager_base.cc
|
| +++ b/components/user_manager/user_manager_base.cc
|
| @@ -161,6 +161,8 @@ void UserManagerBase::UserLoggedIn(const AccountId& account_id,
|
| PublicAccountUserLoggedIn(user);
|
| } else if (user && user->GetType() == USER_TYPE_KIOSK_APP) {
|
| KioskAppLoggedIn(user);
|
| + } else if (user && user->GetType() == USER_TYPE_ARC_KIOSK_APP) {
|
| + ArcKioskAppLoggedIn(user);
|
| } else if ((user && user->GetType() == USER_TYPE_SUPERVISED) ||
|
| (!user && IsSupervisedAccountId(account_id))) {
|
| SupervisedUserLoggedIn(account_id);
|
|
|