| 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..8ed212b1f8dfe96fa1b99a9971bae865e4fc2e59 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(int exit_code) {}
|
| +
|
| void DesktopSessionWin::OnSessionAttached(uint32_t session_id) {
|
| DCHECK(caller_task_runner_->BelongsToCurrentThread());
|
| DCHECK(!launcher_);
|
|
|