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

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: rebased and made it work. 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
« no previous file with comments | « remoting/host/session_event_executor_win.cc ('k') | remoting/host/win/wts_session_process_launcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
};
« no previous file with comments | « remoting/host/session_event_executor_win.cc ('k') | remoting/host/win/wts_session_process_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698