Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / remoting / host / chromoting_messages.h
index e56b0f3..f83e308 100644 (file)
@@ -38,6 +38,12 @@ IPC_MESSAGE_CONTROL3(ChromotingDaemonMsg_Crash,
 // Delivers the host configuration (and updates) to the network process.
 IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_Configuration, std::string)
 
+// Initializes the pairing registry on Windows. The passed key handles are
+// already duplicated by the sender.
+IPC_MESSAGE_CONTROL2(ChromotingDaemonNetworkMsg_InitializePairingRegistry,
+                     IPC::PlatformFileForTransit /* privileged_key */,
+                     IPC::PlatformFileForTransit /* unprivileged_key */)
+
 // Notifies the network process that the terminal |terminal_id| has been
 // disconnected from the desktop session.
 IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_TerminalDisconnected,