commit | 73533c68182b27f16b5655c923dbc54d9b0337cd | [log] [tgz] |
---|---|---|
author | Tony Herre <toprice@chromium.org> | Fri Apr 22 06:20:38 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Apr 22 06:20:38 2022 |
tree | 482ad1d1f35a9a762c85032bc877fc23b8228abb | |
parent | da8b78372799a62c1e84a04f871eda00762d00ee [diff] |
Migrate ConnectToTrack calls in BreakoutBox tests Change to providing the PlatformTrack instance in the constructor of MediaStreamComponent rather than creating it indirectly in MediaStreamSource::ConnectTrack. Part of an effort to remove SetPlatformTrack from MediaStreamComponent, instead using a new constructor, to better align their lifecycles. Bug: 1302689 Change-Id: Icecd04671213066169a4ae749a2e4735cc2ad407 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3599417 Auto-Submit: Tony Herre <toprice@chromium.org> Reviewed-by: Harald Alvestrand <hta@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/main@{#995058}
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.