| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index 2a58f55c3996864b1c63ee00a057ee5e69be3732..be100a665f2cf529d5fb7da9e6012c0bb5fbb37b 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -91,6 +91,10 @@ IPC_MESSAGE_CONTROL3(ChromotingDaemonDesktopMsg_Crash,
|
| IPC_MESSAGE_CONTROL1(ChromotingDesktopDaemonMsg_DesktopAttached,
|
| IPC::PlatformFileForTransit /* desktop_pipe */)
|
|
|
| +// Asks the daemon to inject Secure Attention Sequence (SAS) in the session
|
| +// where the desktop process is running.
|
| +IPC_MESSAGE_CONTROL0(ChromotingDesktopDaemonMsg_InjectSas)
|
| +
|
| //-----------------------------------------------------------------------------
|
| // Chromoting messages sent from the desktop to the network process.
|
|
|
|
|