| commit | 09421307f97b573349f9c94adf24129fadc111dd | [log] [tgz] |
|---|---|---|
| author | Di Wu <diwux@google.com> | Thu Sep 04 09:06:30 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 09:06:30 2025 |
| tree | 38692def56df0ef550d7f29cf7a8f719f061c1bf | |
| parent | 58a5214e33863178100f3a864f7cfb6cb9769d30 [diff] |
Ash: Decouple Video Conference Manager from Crosapi This commit refactors VideoConferenceManagerAsh to completely decouple it from the Crosapi framework. Ownership of VideoConferenceManagerAsh is moved to ChromeBrowserMainExtraPartsAsh. This guarantees the manager's lifecycle exceeds all of its clients, ensuring a memory-safe shutdown. A global singleton accessor (VideoConferenceManagerAsh::Get()) is introduced, providing a clean and direct access pattern for all VCM clients. Key changes: - All Crosapi/Lacros-specific code and mojo interfaces are removed. - All clients and browser tests are updated to use the new singleton accessor. - Client classes now use raw_ref for the manager, improving safety. - The VCM browser test is moved from crosapi/ to video_conference/. - BUILD.gn and DEPS files are updated to reflect new dependencies. This improves modularity, removes obsolete code, and establishes a clean, memory-safe ownership structure. Bypass-Check-License: file moved Bug: 354710097 Test: Tryjob Change-Id: Ia4e830bdee2d687e87344c49c8ba21719e6e0269 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6874242 Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> Commit-Queue: Di Wu <diwux@google.com> Cr-Commit-Position: refs/heads/main@{#1510773}
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.