| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index 5ee40f92b525ca1f085b78314862149599cc6aa7..c6b12723ae21c0aad4a353de75de9ba39bf32d9f 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -251,7 +251,13 @@ IPC_MESSAGE_CONTROL1(ChromotingRemoteSecurityKeyToNetworkMsg_Request,
|
| // Chromoting messages sent from the network process to the remote_security_key
|
| // process.
|
|
|
| -// The array of bytes representing a security key response from the remote
|
| -// client. This message is sent over the per-client IPC channel.
|
| +// The array of bytes representing the security key response from the client.
|
| IPC_MESSAGE_CONTROL1(ChromotingNetworkToRemoteSecurityKeyMsg_Response,
|
| std::string /* response bytes */)
|
| +
|
| +// Indicates the channel used for security key message passing is ready for use.
|
| +IPC_MESSAGE_CONTROL0(ChromotingNetworkToRemoteSecurityKeyMsg_ConnectionReady)
|
| +
|
| +// Error indicating the request originated from outside the remoted session.
|
| +// The IPC channel will be disconnected after this message has been sent.
|
| +IPC_MESSAGE_CONTROL0(ChromotingNetworkToRemoteSecurityKeyMsg_InvalidSession)
|
|
|