commit | 95c1f05f97d861aade46df68a40718aadf43d2e0 | [log] [tgz] |
---|---|---|
author | Yuwei Huang <yuweih@chromium.org> | Tue Dec 13 23:16:04 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 13 23:16:04 2022 |
tree | 4f9bca75dd40c532e76d0bf274593881fa75418a | |
parent | 0a6bfbc4c503c02fec6b9c9783470e96488fc058 [diff] |
[NamedMojoIpcServer] Pass Windows security descriptor in ctor The Windows endpoint connector creates the server endpoint with a security descriptor that only makes sense in the CRD setup, so this CL cleans up the code a bit and allows the caller to pass the security descriptor to the constructor directly, via a new struct called "EndpointOptions". Server name and message pipe ID are also moved to the new struct, which makes future extensions of the options more manageable. Bug: 1378803 Change-Id: If1703fa6be8631406faf898b40ec3a3d3cedfaf5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4099965 Reviewed-by: Noah Rose Ledesma <noahrose@google.com> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/main@{#1082792}
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.