commit | f311832f02842708cb8bd76ca63f7c95ab5309ba | [log] [tgz] |
---|---|---|
author | Anna Tsvirchkova <atsvirchkova@google.com> | Wed Apr 10 14:10:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 10 14:10:33 2024 |
tree | 8d21ecef35077ef6399638769bd8a89c6647e6ec | |
parent | fc88357ddcffad84c9bb9b7f70f18a46cb6d0b13 [diff] |
[UPMLocalPwd] Fix password not updated in both stores when the new value is a generated password PasswordSaveManager has a different flow when a generated password comes into play. It calls PasswordGenerationManager::CommitGeneratedPassword when it needs to save a generated password. The fix makes sure that it's called for both account form fetcher and profile form fetcher when appropriate. Bug: 326277754 Change-Id: Ie8fc9e6b2121f43dd77ffef67f681559e3faa847 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5412795 Commit-Queue: Anna Tsvirchkova <atsvirchkova@google.com> Reviewed-by: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/main@{#1285100}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.