commit | c49d1aaf07c4de2419b03c87131dec75317a25d0 | [log] [tgz] |
---|---|---|
author | Ioana Pandele <ioanap@chromium.org> | Fri Oct 02 08:58:43 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Oct 02 08:58:43 2020 |
tree | 286e631bbe2ce35d7e5c612ac0cc6eda49c270a1 | |
parent | 5798c6b2add9c88d05f7bc356b32e2c0fdb4a834 [diff] |
[PwdCheckAndroid] Send no passwords error Due to the fake running state emitted by the bulk check service when it detects that there are no saved passwords, the error is overwritten by Running -> Idle. This CL ensures that when transitioning to Idle, the check manager verifies whether there were any passwords to check and if not, it emits a NoPasswords error message. Bug: 1132880 Change-Id: I134bb010de7efe3739b213a18c5b7f4a4aee42fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2440841 Reviewed-by: Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Ioana Pandele <ioanap@chromium.org> Cr-Commit-Position: refs/heads/master@{#813101}
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.
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.