commit | 3879a0fc1389b07415a6b05f55e259b492882597 | [log] [tgz] |
---|---|---|
author | Benjamin Williams <bwwilliams@google.com> | Thu Jun 20 17:29:40 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 20 17:29:40 2024 |
tree | 3502cf6c4cb373a4a63a775d431f7f5a32c63f14 | |
parent | 624d37e0b07ed452d84f5c6a392ecb81a7bf4b01 [diff] |
[iOS] Add shutdown mechanism for Password Check Manager. This CL introduces a shutdown mechanism for the iOS Chrome Password Check Manager. A new Shutdown() method is added to the manager itself. Additionally, the IOSChromePasswordCheckManager::Observer interface is extended with a ManagerWillShutdown() method, notifying observers of an impending shutdown and giving them an opportunity to deregister themselves before the manager's resources are released. This ensures a clean and orderly shutdown process, preventing potential issues that could arise from abrupt termination. Bug: 346464587 Change-Id: I97daa2b68420e466ccffa11409c34f479445b896 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5635794 Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Reviewed-by: Ali Juma <ajuma@chromium.org> Commit-Queue: Benjamin Williams <bwwilliams@google.com> Reviewed-by: Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1317470}
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.