commit | fa4b0e74b86bb56c52886fbd5e035c490d4577fd | [log] [tgz] |
---|---|---|
author | Yuwei Huang <[email protected]> | Tue Jul 28 00:08:38 2020 |
committer | Commit Bot <[email protected]> | Tue Jul 28 00:08:38 2020 |
tree | 818e9fefacf9c2569c9321f3f51816e94f56cdc2 | |
parent | 097e4693cc5b28ed51695d8c926c1e06e205f1e8 [diff] |
[remoting] Migrate directory services to Protobuf over HTTP This CL introduces a DirectoryServiceClient for communicating with the remoting directory service via Protobuf over HTTP, and makes existing gRPC based directory client users (i.e. Android and iOS clients, and the start host command) use the new unified client. Bug: 1103416 Change-Id: Ib3062f0aec3012774928adc81b4786a89f79146d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2311696 Commit-Queue: Yuwei Huang <[email protected]> Reviewed-by: Nicolas Ouellet-Payeur <[email protected]> Reviewed-by: Joe Downing <[email protected]> Cr-Commit-Position: refs/heads/master@{#792081}
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.
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.