| 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 182024c90cd198a559fc3c1593cdd6f95c1550e5..00d6b5bf0c94f10d3f808f94bb219ba0d54f9c87 100644
|
| --- a/components/user_manager/user_manager_base.cc
|
| +++ b/components/user_manager/user_manager_base.cc
|
| @@ -294,8 +294,8 @@ void UserManagerBase::RemoveNonOwnerUserInternal(const AccountId& account_id,
|
| RemoveUserDelegate* delegate) {
|
| if (delegate)
|
| delegate->OnBeforeUserRemoved(account_id);
|
| - RemoveUserFromList(account_id);
|
| AsyncRemoveCryptohome(account_id);
|
| + RemoveUserFromList(account_id);
|
|
|
| if (delegate)
|
| delegate->OnUserRemoved(account_id);
|
|
|