commit | bced23c544fb343b13f3b69b4138b2bc53cb4a5e | [log] [tgz] |
---|---|---|
author | Lambros Lambrou <lambroslambrou@chromium.org> | Wed Feb 28 21:07:21 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 28 21:07:21 2024 |
tree | 9376d1c5a5c212635e98fdbd8d4c0443d1022c88 | |
parent | 3b181efa5bcbd07ba1ec2d61cafec10055a1e997 [diff] |
[remoting] Move shared-memory code out of DesktopSession{Agent,Proxy}. DesktopSession{Agent,Proxy} had some inner classes to handle video-capturer shared-memory over IPC. This CL moves this code into top-level classes in separate {h,cc} files. Eventually, the video-capture handling will be removed from DesktopSession{Agent,Proxy} in favor of separate Mojo interfaces and implementations. Bug: 326319067 Change-Id: I07da9d361dd02d0560468e6d2b18fef22cd09866 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5329966 Reviewed-by: Joe Downing <joedow@chromium.org> Commit-Queue: Joe Downing <joedow@chromium.org> Cr-Commit-Position: refs/heads/main@{#1266628}
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.