commit | 4cebdd41738a6c8e0deb6120549b0a293046f1f4 | [log] [tgz] |
---|---|---|
author | Glen Robertson <glenrob@chromium.org> | Tue Oct 18 06:03:08 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Oct 18 06:03:08 2022 |
tree | 22b83aeede10987d5e478265e54d804161e2a005 | |
parent | 1aed0076a9f1a1921691347bfb115c0564784570 [diff] |
CodeHealth: Remove re-creation of subsystems in install_manager_unittest This was causing potential issues with SystemWebAppManager not being updated and holding pointers to destructed subsystems. Note this CL won't actually fix the issue until crrev.com/c/3954727 lands (at which point, SetDefaultFakeSubsystems happens right after creation of FakeWebAppProvider, before SWAM gets pointers to hold). Bug: 1373557, 1375171 Change-Id: Idf5b37b209fc3a65fc106a1added767d0580d785 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3955988 Auto-Submit: Glen Robertson <glenrob@chromium.org> Reviewed-by: Alan Cutter <alancutter@chromium.org> Commit-Queue: Glen Robertson <glenrob@chromium.org> Cr-Commit-Position: refs/heads/main@{#1060320}
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.