| Index: remoting/host/win/wts_session_process_delegate.h
|
| diff --git a/remoting/host/win/wts_session_process_delegate.h b/remoting/host/win/wts_session_process_delegate.h
|
| index 7c637c10e602ee0f52d6e9addba6d47dd41d4e2f..7529c88bf6f1c45d23ab8c64876fef185b6eee07 100644
|
| --- a/remoting/host/win/wts_session_process_delegate.h
|
| +++ b/remoting/host/win/wts_session_process_delegate.h
|
| @@ -43,6 +43,7 @@ class WtsSessionProcessDelegate
|
| virtual bool Send(IPC::Message* message) OVERRIDE;
|
|
|
| // WorkerProcessLauncher::Delegate implementation.
|
| + virtual void CloseChannel() OVERRIDE;
|
| virtual DWORD GetProcessId() const OVERRIDE;
|
| virtual bool IsPermanentError(int failure_count) const OVERRIDE;
|
| virtual void KillProcess(DWORD exit_code) OVERRIDE;
|
|
|