commit | c2fce29e49f625ed219711939bb3ced403180546 | [log] [tgz] |
---|---|---|
author | Viktor Semeniuk <vsemeniuk@google.com> | Fri Jul 19 15:02:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jul 19 15:02:25 2024 |
tree | 3de09df73ac0f0a26904fedde036b5f9075aa2fd | |
parent | fffca881d4bdac043b003be5b3e7146b33349e9f [diff] |
Refactor proactive password check to avoid using PasswordCheckDelegate This CL updates password_status_check_service.h to use InsecureCredentialManager directly instead of relying on extensions::PasswordCheckDelegate. Main changes: Simplified LeakCheck trigger. After SavedPasswordsPresenter fetched passwords from both stores Leak Check is started. Action on OnCredentialDone. Whenever OnCredentialDone is called we try to save the result to InsecureCredentialManager. Fixed: 341659874 Change-Id: Ifd44cc6622cd13f37f0e1e7d6902cd2f06c16248 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5569620 Reviewed-by: Side YILMAZ <sideyilmaz@chromium.org> Commit-Queue: Viktor Semeniuk <vsemeniuk@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1330247}
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.