| Index: chrome/browser/extensions/api/identity/identity_api.cc
|
| diff --git a/chrome/browser/extensions/api/identity/identity_api.cc b/chrome/browser/extensions/api/identity/identity_api.cc
|
| index 4b9562ba1cc37038b5596fb77e923c03b3ac1756..3cd86688e91bf6d8259b99653a44f45e4480f37c 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.cc
|
| @@ -852,8 +852,8 @@ ExtensionFunction::ResponseAction IdentityGetProfileUserInfoFunction::Run() {
|
| if (extension()->permissions_data()->HasAPIPermission(
|
| APIPermission::kIdentityEmail)) {
|
| profile_user_info.email = account.email;
|
| + profile_user_info.id = account.gaia;
|
| }
|
| - profile_user_info.id = account.gaia;
|
|
|
| return RespondNow(OneArgument(profile_user_info.ToValue().release()));
|
| }
|
|
|