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

Unified Diff: remoting/host/desktop_session_win.h

Issue 11447021: Added support of Secure Attention Sequence in multiprocess mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years 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/desktop_session_agent_win.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_session_win.h
diff --git a/remoting/host/desktop_session_win.h b/remoting/host/desktop_session_win.h
index a8b35d534811ae4e7e0097ab63f1ea321d83445b..89343c9f286e845f43f24d7c5670b8aa339d201b 100644
--- a/remoting/host/desktop_session_win.h
+++ b/remoting/host/desktop_session_win.h
@@ -22,6 +22,7 @@ namespace remoting {
class AutoThreadTaskRunner;
class DaemonProcess;
+class SasInjector;
class WorkerProcessLauncher;
class WtsConsoleMonitor;
@@ -60,6 +61,9 @@ class DesktopSessionWin
// ChromotingDesktopDaemonMsg_DesktopAttached handler.
void OnDesktopSessionAgentAttached(IPC::PlatformFileForTransit desktop_pipe);
+ // ChromotingDesktopDaemonMsg_InjectSas handler.
+ void OnInjectSas();
+
// Restarts the desktop process.
void RestartDesktopProcess(const tracked_objects::Location& location);
@@ -81,6 +85,8 @@ class DesktopSessionWin
// Pointer used to unsubscribe from session attach and detach events.
WtsConsoleMonitor* monitor_;
+ scoped_ptr<SasInjector> sas_injector_;
+
DISALLOW_COPY_AND_ASSIGN(DesktopSessionWin);
};
« no previous file with comments | « remoting/host/desktop_session_agent_win.cc ('k') | remoting/host/desktop_session_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698