commit | 0a5c08c3c2033796a1b110a65a0e52bd4ab8cd25 | [log] [tgz] |
---|---|---|
author | Helmut Januschka <helmut@januschka.com> | Tue Jul 29 10:39:33 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 29 10:39:33 2025 |
tree | 9e562faea5afb3099423da0eda26d3bb6f0dcd71 | |
parent | 7020183e503fd0455d90ebbfb8c3a0ea94360f97 [diff] |
Move webrtc::PseudoTcp class to remoting/protocol/ The webrtc::PseudoTcp class is only used by remoting/protocol/ and hasn't received maintenance in WebRTC for 5+ years. Moving it to remoting reduces the maintenance burden on WebRTC and allows remoting to adapt it to use Chromium base/ libraries and coding styles as needed. This change copies the implementation from WebRTC. Bug: 431990415 Change-Id: If50be845bc7238a26de2064b870f85739b0c178a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6760418 Commit-Queue: Helmut Januschka <helmut@januschka.com> Reviewed-by: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#1493419}
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.