| Index: shell/child_process_host_unittest.cc
|
| diff --git a/shell/child_process_host_unittest.cc b/shell/child_process_host_unittest.cc
|
| index 31ace06d509b2ebaf7f3893d0ebd1227914851b8..bb1817b5ee7b4472d79157a94dc76389a6a690fb 100644
|
| --- a/shell/child_process_host_unittest.cc
|
| +++ b/shell/child_process_host_unittest.cc
|
| @@ -83,7 +83,7 @@ TEST(ChildProcessHostTest, MAYBE_ConnectionError) {
|
| application_request.Bind(mp.handle0.Pass());
|
| // This won't actually be called, but the callback should be run.
|
| MojoResult result = MOJO_RESULT_INTERNAL;
|
| - child_process_host.StartApp("/does_not_exist/cbvgyuio", false,
|
| + child_process_host.StartApp("/does_not_exist/cbvgyuio",
|
| application_request.Pass(), [&result](int32_t r) {
|
| result = r;
|
| base::MessageLoop::current()->QuitWhenIdle();
|
|
|