commit | 704d198e46a38cc05f80e1757e56aa47c6beb81b | [log] [tgz] |
---|---|---|
author | Colin Blundell <[email protected]> | Mon Jun 05 11:27:13 2017 |
committer | Commit Bot <[email protected]> | Tue Jun 13 09:17:50 2017 |
tree | d8a6d2610393bf81793d91464118e5f7680e57ff | |
parent | 44c1768d226dc5ca09b51af914362dd9284fa6ad [diff] |
[Identity Service] Move from using AccountId to using AccountInfo Initially it seemed like a good idea to use AccountId, since that was an existing Mojo type. However, that type was created for authentication in ARC++ and is specific to that use case. It makes more sense for the Identity Service to talk in terms of AccountInfo, the mainline struct for account information that the core signin code uses. In the long term we'll flesh out what the right relationship between AccountId and AccountInfo should be. [email protected] Bug: 683124 Change-Id: I150c59762a370a9a209dc92a215a19ae1c8c953f Reviewed-on: https://chromium-review.googlesource.com/517490 Commit-Queue: Colin Blundell <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Mihai Sardarescu <[email protected]> Cr-Commit-Position: refs/heads/master@{#478946}