Index: remoting/host/chromoting_messages.h |
diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h |
index 71da4e64de5cc75b9f21694e57d58489fe95f719..5cfa146ed813189e83bc2faf202ac95f64d0c547 100644 |
--- a/remoting/host/chromoting_messages.h |
+++ b/remoting/host/chromoting_messages.h |
@@ -46,6 +46,10 @@ IPC_MESSAGE_CONTROL3(ChromotingDaemonNetworkMsg_DesktopAttached, |
//----------------------------------------------------------------------------- |
// Chromoting messages sent from the network to the daemon process. |
+// Asks the daemon to send Secure Attention Sequence (SAS) to the current |
+// console session. |
+IPC_MESSAGE_CONTROL0(ChromotingNetworkDaemonMsg_SendSasToConsole) |
+ |
// Connects the terminal |terminal_id| (i.e. the remote client) to a desktop |
// session. |
IPC_MESSAGE_CONTROL1(ChromotingNetworkHostMsg_ConnectTerminal, |