| Index: mojo/shell/runner/host/out_of_process_native_runner.cc
|
| diff --git a/mojo/shell/runner/host/out_of_process_native_runner.cc b/mojo/shell/runner/host/out_of_process_native_runner.cc
|
| index 0bf38d5f625c32bc6b1962a715ce12bac12a1398..30104ddfd64605c8ddbd04df02b3775c08b61435 100644
|
| --- a/mojo/shell/runner/host/out_of_process_native_runner.cc
|
| +++ b/mojo/shell/runner/host/out_of_process_native_runner.cc
|
| @@ -44,7 +44,7 @@ mojom::ShellClientPtr OutOfProcessNativeRunner::Start(
|
| child_process_host_.reset(new ChildProcessHost(
|
| launch_process_runner_, delegate_, start_sandboxed, target, app_path));
|
| return child_process_host_->Start(
|
| - target.name(), pid_available_callback,
|
| + target, pid_available_callback,
|
| base::Bind(&OutOfProcessNativeRunner::AppCompleted,
|
| base::Unretained(this)));
|
| }
|
|
|