| 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 6710f25dcce06201e065dcfd6f97cf2a7e8ef050..24772d6b8e9d967ecf21e323303a84d6851baa8e 100644
|
| --- a/components/user_manager/user_manager_base.cc
|
| +++ b/components/user_manager/user_manager_base.cc
|
| @@ -494,7 +494,8 @@ void UserManagerBase::ParseUserList(const base::ListValue& users_list,
|
| continue;
|
| }
|
|
|
| - const AccountId account_id = known_user::GetAccountId(email, std::string());
|
| + const AccountId account_id = known_user::GetAccountId(
|
| + email, std::string() /* id */, AccountType::UNKNOWN);
|
|
|
| if (existing_users.find(account_id) != existing_users.end() ||
|
| !users_set->insert(account_id).second) {
|
|
|