Stop using authenticated account in PrimaryAccountManager
This CL moves away from using the notion of an authenticated account in favor of the primary account in the PrimaryAccountManager: * GetAuthenticatedAccount() -> GetPrimaryAccount(ConsentLevel::kSync) * GetGetUnconsentedPrimaryAccount() -> GetPrimaryAccount(ConsentLevel::kNotRequired) * SetAuthenticatedAccountInfo() -> SetPrimarySyncAccountInfo() * Signin() -> SetSyncPrimaryAccountInfo() Bug: 1158855 Change-Id: Ibd5e5e91ad91d8decf425c6e39b82a7aad5a1e34 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2601490 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#839332}
Showing
This diff is collapsed.
Please register or sign in to comment