| Index: ipc/ipc_mojo_perftest.cc
|
| diff --git a/ipc/ipc_mojo_perftest.cc b/ipc/ipc_mojo_perftest.cc
|
| index 177771dc65ec071bde024838203bc30c410f3a16..439c14f066685f102d2ff17ae6cf73951f2dca79 100644
|
| --- a/ipc/ipc_mojo_perftest.cc
|
| +++ b/ipc/ipc_mojo_perftest.cc
|
| @@ -459,7 +459,8 @@ class MojoPerfTestClient {
|
| MULTIPROCESS_TEST_MAIN(MojoPerfTestClientTestChildMain) {
|
| MojoPerfTestClient client;
|
| int rv = mojo::edk::test::MultiprocessTestHelper::RunClientMain(
|
| - base::Bind(&MojoPerfTestClient::Run, base::Unretained(&client)));
|
| + base::Bind(&MojoPerfTestClient::Run, base::Unretained(&client)),
|
| + true /* pass_pipe_ownership_to_main */);
|
|
|
| base::RunLoop run_loop;
|
| run_loop.RunUntilIdle();
|
|
|