Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(62)

Unified Diff: remoting/host/chromoting_messages.h

Issue 2596543003: Handle Security Key requests from outside the remoted session correctly (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | remoting/host/security_key/fake_security_key_ipc_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | remoting/host/security_key/fake_security_key_ipc_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698