Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(437)

Unified Diff: remoting/host/win/wts_session_process_launcher.h

Issue 10836224: [Chromoting] Call SendSAS() directly from the host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: SensSAS() is called from an app now. Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698