| 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 2c7b3ffddaff6b26cf2afabb450f9794db72702e..eaf351bbfe63f36f8639c2b865cc9a850593af6a 100644
|
| --- a/components/user_manager/user_manager_base.cc
|
| +++ b/components/user_manager/user_manager_base.cc
|
| @@ -490,7 +490,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() /* gaia_id */, std::string() /* account_type */);
|
|
|
| if (existing_users.find(account_id) != existing_users.end() ||
|
| !users_set->insert(account_id).second) {
|
|
|