| commit | 666393bcc7bd67405db8519b36eb990b7ca106cc | [log] [tgz] |
|---|---|---|
| author | Jérôme Lebel <jlebel@chromium.org> | Tue May 06 12:45:39 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue May 06 12:45:39 2025 |
| tree | ce04595b3dd21eb545eff3caf664f94ae4d3a350 | |
| parent | 17c3b5875a075f4d4078d51de3c0765c560c8176 [diff] |
Use ScopedObservation in IdentityManagerObserverBridge This patch tries to make sure all IdentityManager observers are removed before IdentityManager shuts down. Removes observer when OnIdentityManagerShutdown() is called in IdentityManagerObserverBridge, and set identity_manager_ to nullptr. This patch is a reland of crrev.com/c/6507232, but Patchset 2 fixed the issue that created a revert. Bug: 410122787 Change-Id: I2190fba12723b95c567cf30e51ec1cb570154f54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6513628 Reviewed-by: Ryan Sultanem <rsult@google.com> Commit-Queue: Ryan Sultanem <rsult@google.com> Auto-Submit: Jérôme Lebel <jlebel@chromium.org> Cr-Commit-Position: refs/heads/main@{#1456244}
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.