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

Unified Diff: remoting/host/chromoting_messages.h

Issue 2478443002: Use ChannelMojo for remote security key channels. (Closed)
Patch Set: Created 4 years, 1 month 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
Index: remoting/host/chromoting_messages.h
diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
index 42e77868a4e51a5ab3a7160bdfc04279578129bf..5ee40f92b525ca1f085b78314862149599cc6aa7 100644
--- a/remoting/host/chromoting_messages.h
+++ b/remoting/host/chromoting_messages.h
@@ -249,22 +249,7 @@ IPC_MESSAGE_CONTROL1(ChromotingRemoteSecurityKeyToNetworkMsg_Request,
//---------------------------------------------------------
// Chromoting messages sent from the network process to the remote_security_key
-// process. The network process uses two types of IPC channels to communicate
-// with the remote_security_key process. The first is the 'service' channel.
-// It uses a hard-coded path known by the client and server classes and its job
-// is to create a new, private IPC channel for the client and provide the path
-// to that channel over the original IPC channel. This purpose for this
-// mechanism is to allow the network process to service multiple concurrent
-// security key requests. Once a client receives the connection details for
-// its private IPC channel, the server channel is reset and can be called by
-// another client.
-// The second type of IPC channel is strictly used for passing security key
-// request and response messages. It is destroyed once the client disconnects.
-
-// The IPC channel path for this remote_security_key connection. This message
-// is sent from the well-known IPC server channel.
-IPC_MESSAGE_CONTROL1(ChromotingNetworkToRemoteSecurityKeyMsg_ConnectionDetails,
- std::string /* IPC Server path */)
+// process.
// The array of bytes representing a security key response from the remote
// client. This message is sent over the per-client IPC channel.

Powered by Google App Engine
This is Rietveld 408576698