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] Add support for getUserInfo.
getUserInfo is similar to getEmail except that it gets the user's name in addition to email address. Since it requires a separate Google API permission, there are separate getUserInfo vs. getEmail apis rather than always getting (and requiring permission for) both. The new getUserInfo apis are not currently used in CRD. This also adds remoting.Identity.callWithNewToken, which is similar to callWithToken except that it always uses a fresh token. BUG= Review URL: https://codereview.chromium.org/714433003 Cr-Commit-Position: refs/heads/master@{#303680}
- Loading branch information
Showing
3 changed files
with
150 additions
and
2 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
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