commit | a1fd143e388d78e529eed723b21d6b575955ac94 | [log] [tgz] |
---|---|---|
author | Antonio Sartori <antoniosartori@chromium.org> | Wed Nov 25 09:10:20 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Nov 25 09:10:20 2020 |
tree | f4a4d0e4b474f950653bf88822beb2864539e04e | |
parent | 8c81239d5e0628a0843ebaaf6fbd3d47dd37b8f7 [diff] |
Remove BindPolicyContainer mojo message The LocalFrameHost mojo interface included a BindPolicyContainer function, implemented by the RenderFrameHostImpl, that allowed Blink to send a PolicyContainer remote to the Browser and get it bound to the corresponding PolicyContainerHost. This was used right after creating a local child frame, and was only implemented to avoid sending the PolicyContainer remote with the CreateChildFrame IPC, which was still a legacy IPC. Since CreateChildFrame has been converted to mojo, this is not needed anymore. Bug: 1130587 Change-Id: Ib16a8ccbb829fda643e2c428fc1320d1dcc4428c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532073 Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Reviewed-by: Nasko Oskov <nasko@chromium.org> Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#830925}
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.