summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_message_utils.h
diff options
context:
space:
mode:
authoralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 19:23:07 +0000
committeralexeypa@chromium.org <alexeypa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-12 19:23:07 +0000
commitc2b374409956cdad6d90ae6913f02251b09d8280 (patch)
tree7b0d440a0685ff903a8bbe846ff57917b5731901 /ipc/ipc_message_utils.h
parent0ab8bf8880a7ede55591fefb0e1162dc1a6f33f0 (diff)
downloadchromium_src-c2b374409956cdad6d90ae6913f02251b09d8280.zip
chromium_src-c2b374409956cdad6d90ae6913f02251b09d8280.tar.gz
chromium_src-c2b374409956cdad6d90ae6913f02251b09d8280.tar.bz2
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
Diffstat (limited to 'ipc/ipc_message_utils.h')
-rw-r--r--ipc/ipc_message_utils.h1
1 files changed, 1 insertions, 0 deletions
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.
};