| Index: remoting/host/win/worker_process_launcher.cc
|
| diff --git a/remoting/host/win/worker_process_launcher.cc b/remoting/host/win/worker_process_launcher.cc
|
| index 144be979a84851ea4fb5365638bcc52b963df929..1f4a780ccb62bb2507aeef8368399bbb85ce5dd9 100644
|
| --- a/remoting/host/win/worker_process_launcher.cc
|
| +++ b/remoting/host/win/worker_process_launcher.cc
|
| @@ -113,7 +113,7 @@ void WorkerProcessLauncher::OnProcessLaunched(
|
| DCHECK(!process_watcher_.GetWatchedObject());
|
| DCHECK(!worker_process_.IsValid());
|
|
|
| - if (!process_watcher_.StartWatching(worker_process.Get(), this)) {
|
| + if (!process_watcher_.StartWatching(worker_process.Get(), this, false)) {
|
| StopWorker();
|
| return;
|
| }
|
|
|