| Index: remoting/host/win/wts_session_process_launcher.h
|
| diff --git a/remoting/host/win/wts_session_process_launcher.h b/remoting/host/win/wts_session_process_launcher.h
|
| index ce1a2f9f402e2606b3c2bd501864b80bc712c75c..e5227481ff86584decf716028bbf139909fd25d2 100644
|
| --- a/remoting/host/win/wts_session_process_launcher.h
|
| +++ b/remoting/host/win/wts_session_process_launcher.h
|
| @@ -32,7 +32,6 @@ class Message;
|
|
|
| namespace remoting {
|
|
|
| -class SasInjector;
|
| class WtsConsoleMonitor;
|
|
|
| class WtsSessionProcessLauncher
|
| @@ -99,10 +98,6 @@ class WtsSessionProcessLauncher
|
| // Called when the launcher reports the process to be stopped.
|
| void OnLauncherStopped();
|
|
|
| - // Sends the Secure Attention Sequence to the session represented by
|
| - // |session_token_|.
|
| - void OnSendSasToConsole();
|
| -
|
| // |true| if this object is currently attached to the console session.
|
| bool attached_;
|
|
|
| @@ -147,8 +142,6 @@ class WtsSessionProcessLauncher
|
| // The token to be used to launch a process in a different session.
|
| base::win::ScopedHandle session_token_;
|
|
|
| - scoped_ptr<SasInjector> sas_injector_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(WtsSessionProcessLauncher);
|
| };
|
|
|
|
|