commit | 2082bbc495de9c46c402e50f15e7028ad6bd7e47 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Thu Mar 27 11:16:02 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 27 11:16:02 2025 |
tree | 5dc729aae51624833963bd69abcc7ba4f02b8f04 | |
parent | d392bf6f8773f6dc8baca6de5775a770d459ab3d [diff] |
[ios] Notify all AppStateObserver when switching Profile AppStateObserver API is notified that a SceneState has connected by AppState when it receives the UISceneWillConnectNotification notification. Generate such a notification when switching the profile for a Scene, to ensure that all the observers are informed. Previously MainController was only calling its own observer implementation. Fixed: 406221171 Change-Id: I353f13bd3fb74a53a590a2668f4b7f6760b3500f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6395362 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Scott Yoder <scottyoder@google.com> Cr-Commit-Position: refs/heads/main@{#1438659}
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.