| Index: remoting/host/chromoting_messages.h
|
| ===================================================================
|
| --- remoting/host/chromoting_messages.h (revision 166306)
|
| +++ remoting/host/chromoting_messages.h (working copy)
|
| @@ -46,6 +46,10 @@
|
| //-----------------------------------------------------------------------------
|
| // 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,
|
|
|