Skip to content

Commit

Permalink
[mojo][doc] Remove reference to GetRemoteInterfaces
Browse files Browse the repository at this point in the history
This change removes the reference to RenderFrame::GetRemoteInterfaces()
since it's no longer used in chromium.

Change-Id: Idd28e276b25ff08cf71c3656d0a52a413a62f5dc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2067857
Reviewed-by: Ken Rockot <rockot@google.com>
Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#743649}
  • Loading branch information
Oksana Zhuravlova authored and Commit Bot committed Feb 21, 2020
1 parent 4c3aa98 commit b685db6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/mojo_ipc_conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ decide how to proceed:
`RenderFrameHostImpl` and `RenderFrameImpl`.
- If the message is sent from a renderer to the browser:
- If an existing interface is bound by `RenderFrameHostImpl` and
acquired either via `RenderFrame::GetRemoteInterfaces` or
`RenderFrame::GetBrowserInterfaceBroker` and the interface seems
acquired via `RenderFrame::GetBrowserInterfaceBroker` and the interface seems
to be a good fit for this message, add the equivalent Mojo message
to that interface.
- If no such interface exists, consider adding one and registering it
Expand Down

0 comments on commit b685db6

Please sign in to comment.