Index: remoting/host/desktop_session_win.cc |
diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc |
index 1f7764a3fa76368dc3722548596548e28df31424..4ba23343f4bc492674bc791e5b162d057b16c9a9 100644 |
--- a/remoting/host/desktop_session_win.cc |
+++ b/remoting/host/desktop_session_win.cc |
@@ -604,6 +604,8 @@ void DesktopSessionWin::OnPermanentError(int exit_code) { |
TerminateSession(); |
} |
+void DesktopSessionWin::OnWorkerProcessStopped() {} |
+ |
void DesktopSessionWin::OnSessionAttached(uint32_t session_id) { |
DCHECK(caller_task_runner_->BelongsToCurrentThread()); |
DCHECK(!launcher_); |