forked from sanyaade-mobiledev/chromium.src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chromoting] Change identity.getEmail -> identify.getUserInfo.
When we use the identity API, this will now return both email and username *if the webapp permissions allow it*. Current CRD permissions request only the email and there are no plans to change that, so CRD behavior will remain the same. The username field will be null. The purpose of this cl is to allow CRD and AR (app-remoting - which has a different set of webapp permissions) to share the same Identity code. NOTRY=True BUG= Review URL: https://codereview.chromium.org/814983002 Cr-Commit-Position: refs/heads/master@{#309234}
- Loading branch information
Showing
2 changed files
with
17 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters