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..99af9a456449909e288aba9d937ae2252f811f1d 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(); |
+ |
// Stop trying to restart the worker process if it exited due to |
// misconfiguration. |
if (kMinPermanentErrorExitCode <= exit_code_ && |