| 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 e4bf86cd34650722b1379e60033f044a6a8b616b..e80437965374e782aa2081aa1ed0b81cd1858d3d 100644
|
| --- a/remoting/host/win/worker_process_launcher.cc
|
| +++ b/remoting/host/win/worker_process_launcher.cc
|
| @@ -252,6 +252,8 @@ void WorkerProcessLauncher::StopWorker() {
|
| if (stopping())
|
| return;
|
|
|
| + ipc_handler_->OnWorkerProcessStopped(exit_code_);
|
| +
|
| // Stop trying to restart the worker process if it exited due to
|
| // misconfiguration.
|
| if (kMinPermanentErrorExitCode <= exit_code_ &&
|
|
|