Index: mojo/common/test/multiprocess_test_helper.cc |
diff --git a/mojo/common/test/multiprocess_test_helper.cc b/mojo/common/test/multiprocess_test_helper.cc |
index c3ae63d6a8010c963292f0060b019bb079e66e19..90f7250578b7f3f8267954219ac19242aeb67d0e 100644 |
--- a/mojo/common/test/multiprocess_test_helper.cc |
+++ b/mojo/common/test/multiprocess_test_helper.cc |
@@ -48,8 +48,8 @@ void MultiprocessTestHelper::StartChild(const std::string& test_child_name) { |
#error "Not supported yet." |
#endif |
- test_child_handle_ = base::SpawnMultiProcessTestChild( |
- test_child_main, command_line, options, false); |
+ test_child_handle_ = |
+ base::SpawnMultiProcessTestChild(test_child_main, command_line, options); |
platform_channel_pair_->ChildProcessLaunched(); |
CHECK_NE(test_child_handle_, base::kNullProcessHandle); |