forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UPM] Report sync status to the CredentialManager for signed out users
This CL adds calls to CredentialManager setCurrentAutofillAccount() for non signed-in users with UPM flag set to enabled. For these users sync service did not reported status changes after PasswordManager initialisation which resulted in not informing CredentialManager about the initial sync status. After this CL, CredentialManager will always be informed on Chrome startup. Sync status should not change after the sync service is initialised, so for signed in users there is still only one call but it's performed earlier. This should not change any user-visible behaviour and only affects metrics collected on the GMS ChromeSync side. Bug: 1402964 Change-Id: Ia3618cf007eb9987ea431b4bbd236036cf59800b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4120437 Reviewed-by: Maria Kazinova <kazinova@google.com> Commit-Queue: Maxim Anufriev <maxan@google.com> Reviewed-by: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/main@{#1086367}
- Loading branch information
Maxim Anufriev
authored and
Chromium LUCI CQ
committed
Dec 22, 2022
1 parent
3596488
commit 0671c87
Showing
3 changed files
with
65 additions
and
19 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