From c2b374409956cdad6d90ae6913f02251b09d8280 Mon Sep 17 00:00:00 2001 From: "alexeypa@chromium.org" Date: Mon, 12 Mar 2012 19:23:07 +0000 Subject: Chromoting: Implemented security attention sequence (SAS) emulation on Windows. The default SAS is Ctrl+Alt+Delete. It can neither be intercepted by the client (at least on Windows) nor it can be injected the same way other key strokes are injected. This CL makes the Windows host to interpret a double Scroll Lock as a SAS and invoke the Chromoting service to issue the actual SAS. Review URL: http://codereview.chromium.org/9617027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126186 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ipc/ipc_message_utils.h') diff --git a/ipc/ipc_message_utils.h b/ipc/ipc_message_utils.h index 912bc04..e8e3173 100644 --- a/ipc/ipc_message_utils.h +++ b/ipc/ipc_message_utils.h @@ -101,6 +101,7 @@ enum IPCMessageStart { ShellMsgStart, AccessibilityMsgStart, PrerenderMsgStart, + ChromotingMsgStart, LastIPCMsgStart // Must come last. }; -- cgit v1.1