| 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 e85412e4fc3c58161249818d6576b06bf43abbab..21e50de89c9984eaa3c205975c0b8004db4e9ec9 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
|
| @@ -97,10 +96,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_;
|
|
|
| @@ -145,8 +140,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);
|
| };
|
|
|
|
|