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

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

Issue 11364112: Merge 165565 - Calling SendSAS() from a service to make sure that Secure Attention Sequence can be … (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1312/src/
Patch Set: Created 8 years, 1 month 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_console_session_process_driver.h
===================================================================
--- remoting/host/win/wts_console_session_process_driver.h (revision 166306)
+++ remoting/host/win/wts_console_session_process_driver.h (working copy)
@@ -19,6 +19,7 @@
namespace remoting {
+class SasInjector;
class WorkerProcessLauncher;
class WtsConsoleMonitor;
@@ -55,6 +56,9 @@
// Stoppable implementation.
virtual void DoStop() OVERRIDE;
+ // Sends Secure Attention Sequence to the console session.
+ void OnSendSasToConsole();
+
private:
// Task runner on which public methods of this class must be called.
scoped_refptr<base::SingleThreadTaskRunner> caller_task_runner_;
@@ -68,6 +72,8 @@
// Used to unsubscribe from session attach and detach events.
WtsConsoleMonitor* monitor_;
+ scoped_ptr<SasInjector> sas_injector_;
+
DISALLOW_COPY_AND_ASSIGN(WtsConsoleSessionProcessDriver);
};
« no previous file with comments | « remoting/host/win/session_event_executor.cc ('k') | remoting/host/win/wts_console_session_process_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698