Skip to content

Commit

Permalink
Update function name in mojo docs
Browse files Browse the repository at this point in the history
MakeIsolatedRequest was renamed in https://crrev.com/c/753624.

Change-Id: I1225ce04242adb398693ac0ff4612c9f672754df
Reviewed-on: https://chromium-review.googlesource.com/c/1334663
Reviewed-by: Ken Rockot <rockot@google.com>
Commit-Queue: Adithya Srinivasan <adithyas@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608011}
  • Loading branch information
a4sriniv authored and Commit Bot committed Nov 14, 2018
1 parent 861de85 commit 4b6c608
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mojo/public/cpp/bindings/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

If you want to test an associated interface endpoint without first
associating it, you can use `mojo::MakeIsolatedRequest()`. This will create
working associated interface endpoints which are not actually associated with
anything else.
associating it, you can use `mojo::MakeRequestAssociatedWithDedicatedPipe`. This
will create working associated interface endpoints which are not actually
associated with anything else.

### Read more

Expand Down

0 comments on commit 4b6c608

Please sign in to comment.