Multiple account support in chrome.identity.getAuthToken
This change adds an optional "account" field in the TokenDetails
parameter to getAuthToken. When this field is populated with an object
identifying a valid account signed in on the current profile,
getAuthToken will return a token for the specified account.
When the parameter is not present, getAuthToken behaves as before,
returning tokens for the primary profile user.
BUG=
258515
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=275173