| 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 ae7461257933992a88cd0081b763c333746963b4..e6fa6cc59449dd87e4a9ec2ea70ef049a3721009 100644
|
| --- a/chrome/browser/extensions/api/identity/identity_api.cc
|
| +++ b/chrome/browser/extensions/api/identity/identity_api.cc
|
| @@ -276,7 +276,7 @@ ExtensionFunction::ResponseAction IdentityGetAccountsFunction::Run() {
|
| infos->Append(account_info.ToValue().release());
|
| }
|
|
|
| - return RespondNow(MultipleArguments(infos));
|
| + return RespondNow(SingleArgument(infos));
|
| }
|
|
|
| IdentityGetAuthTokenFunction::IdentityGetAuthTokenFunction()
|
|
|