commit | a6664e53add11fff32d44dbb8aed7b6e08d62be9 | [log] [tgz] |
---|---|---|
author | Viktoriia Kovalova <vkovalova@google.com> | Tue Jan 17 17:00:57 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jan 17 17:00:57 2023 |
tree | d7c1ef46ef6ff68491e17420dbaf23a6ae1ba2b1 | |
parent | 7b04df1f71e8d998031de09478ee1ce75082ae35 [diff] |
[Kiosk] Destruct WebKioskAppManager before Profile Fixing the destruction order of WebKioskAppManager. Destruction of WebKioskAppManager should happen before Profile destruction, since manager is owning kiosk session, which stores the pointer to the profile. BUG=b:238726374 TEST=checked on DUT with auto-launched kiosk and manual launch from menu Change-Id: I55c3218c04cc8188c6a0a6c08cb309d7f6f636c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4173571 Reviewed-by: Marc Treib <treib@chromium.org> Commit-Queue: Viktoriia Kovalova <vkovalova@google.com> Cr-Commit-Position: refs/heads/main@{#1093365}
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.