DescriptionIdentity API: Add chrome.identity.onSignInChanged routing and IDL
This is the first part of adding the chrome.identity.onSignInChanged
event. This change creates the event in dev channel, and an event
router that can dispatch sign-in events to listening extensions.
A new permission, "identity.email" determines whether or not the app
may be given the email address of the account associated with the
user's profile. Apps without the permission still receive events, but
without the email address.
The code to actually generate the events will come in a future CL.
BUG=305830
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229345
Patch Set 1 #Patch Set 2 : remove unintended IdentityAPI changes #
Total comments: 14
Patch Set 3 : fix extra events due to lazy registrations and incognito #
Total comments: 4
Patch Set 4 : address code review feedback #Patch Set 5 : less reference counting #Patch Set 6 : AccountInfo documentation #
Total comments: 4
Patch Set 7 : address code review feedback #Patch Set 8 : rebase to ToT #Patch Set 9 : build fix #Patch Set 10 : build fix #Messages
Total messages: 14 (0 generated)
|