| Index: mojo/edk/test/multiprocess_test_helper.h
|
| diff --git a/mojo/edk/test/multiprocess_test_helper.h b/mojo/edk/test/multiprocess_test_helper.h
|
| index c3b6e01c797a801d2824b2254da5cc51480280fe..dc1c9bcc18b86a2f4c12048fd32c29553dcfbc34 100644
|
| --- a/mojo/edk/test/multiprocess_test_helper.h
|
| +++ b/mojo/edk/test/multiprocess_test_helper.h
|
| @@ -85,7 +85,8 @@ class MultiprocessTestHelper {
|
| // Used by macros in mojo/edk/test/mojo_test_base.h to support multiprocess
|
| // test client initialization.
|
| static void ChildSetup();
|
| - static int RunClientMain(const base::Callback<int(MojoHandle)>& main);
|
| + static int RunClientMain(const base::Callback<int(MojoHandle)>& main,
|
| + bool pass_pipe_ownership_to_main = false);
|
| static int RunClientTestMain(const base::Callback<void(MojoHandle)>& main);
|
|
|
| // For use (and only valid) in the child process:
|
|
|