summaryrefslogtreecommitdiff
path: root/chromium/docs/mojo_ipc_conversion.md
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/docs/mojo_ipc_conversion.md
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/docs/mojo_ipc_conversion.md')
-rw-r--r--chromium/docs/mojo_ipc_conversion.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/chromium/docs/mojo_ipc_conversion.md b/chromium/docs/mojo_ipc_conversion.md
index 6a16d415b5e..173a4a15b0e 100644
--- a/chromium/docs/mojo_ipc_conversion.md
+++ b/chromium/docs/mojo_ipc_conversion.md
@@ -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