commit | 5420564de0e2b7da728e7a9402e04b6cdfb9fc0a | [log] [tgz] |
---|---|---|
author | Nicholas Verne <[email protected]> | Fri Oct 27 07:37:54 2017 |
committer | Commit Bot <[email protected]> | Fri Oct 27 07:37:54 2017 |
tree | 97c835030f70f1268d5ecf28c7364adaa6cff073 | |
parent | ef9e5a1e26c35196e4353ecd7afe22b6a919ca28 [diff] |
Mojoify control messages for child processes. Interface ChildControl is implemented by threads in Child processes, e.g. ChildThreadImpl, RenderThreadImpl. The ChildControl methods seemed like a good fit for interface Child in child.mojom, but that interface is empty and implemented by content::ServiceManagerConnectionImpl::IOThreadContext, not ChildThreadImpl. Bug: 775817 Change-Id: Ica5f0e680366c25356f1db7cb3d7091c4305fdba Reviewed-on: https://chromium-review.googlesource.com/734500 Commit-Queue: Nicholas Verne <[email protected]> Reviewed-by: Kentaro Hara <[email protected]> Reviewed-by: John Abd-El-Malek <[email protected]> Reviewed-by: Ken Rockot <[email protected]> Reviewed-by: Daniel Cheng <[email protected]> Reviewed-by: Sam McNally <[email protected]> Cr-Commit-Position: refs/heads/master@{#512115}
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 .