commit | 6b95f042e950ef8fd23aa0d8a6710124eb8dcdf0 | [log] [tgz] |
---|---|---|
author | Noah Rose Ledesma <noahrose@google.com> | Thu Jun 27 20:39:50 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jun 27 20:39:50 2024 |
tree | 572f3489127d322fbf7178dc07e9e90cbf0ad7b2 | |
parent | 32fbc579b424e2ad40092f6a2f41183cf286dfe4 [diff] |
Add networking to CEC Use TransitionalURLLoaderFactoryOwner for CEC networking. To facilitate the creation of URL loader factories, a base::SequenceBound friendly interface has been created which can manage resources on a dedicated io thread. A future CL will plumb the pending factories into a DMClient owned by the EnterpriseCompanionService, which will allow CEC to talk to DMServer. Bug: 342180612 Change-Id: I9138dee17a5b1eb179d41846fa5877fc5a73a4fe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5645404 Commit-Queue: Noah Rose Ledesma <noahrose@google.com> Reviewed-by: Adam Langley <agl@chromium.org> Reviewed-by: Sorin Jianu <sorin@chromium.org> Reviewed-by: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/main@{#1320611}
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.