Commit 4b6c6086 authored by Adithya Srinivasan's avatar Adithya Srinivasan Committed by Commit Bot

Update function name in mojo docs

MakeIsolatedRequest was renamed in https://crrev.com/c/753624.

Change-Id: I1225ce04242adb398693ac0ff4612c9f672754df
Reviewed-on: https://chromium-review.googlesource.com/c/1334663Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608011}
parent 861de853
...@@ -1175,9 +1175,9 @@ over one end of the master interface, or over one end of another associated ...@@ -1175,9 +1175,9 @@ over one end of the master interface, or over one end of another associated
interface which itself already has a master interface. interface which itself already has a master interface.
If you want to test an associated interface endpoint without first If you want to test an associated interface endpoint without first
associating it, you can use `mojo::MakeIsolatedRequest()`. This will create associating it, you can use `mojo::MakeRequestAssociatedWithDedicatedPipe`. This
working associated interface endpoints which are not actually associated with will create working associated interface endpoints which are not actually
anything else. associated with anything else.
### Read more ### Read more
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment