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

Unified Diff: remoting/host/chromoting_messages.h

Issue 2468523003: Pass the desktop session ID to the remoting network process. (Closed)
Patch Set: rebase 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
« no previous file with comments | « no previous file | remoting/host/daemon_process.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 3d26c3878880d51be420cc7f763ed54a4ee00959..42e77868a4e51a5ab3a7160bdfc04279578129bf 100644
--- a/remoting/host/chromoting_messages.h
+++ b/remoting/host/chromoting_messages.h
@@ -54,10 +54,12 @@ IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_TerminalDisconnected,
int /* terminal_id */)
// Notifies the network process that |terminal_id| is now attached to
-// a desktop integration process. |desktop_pipe| is the client end of the
-// desktop-to-network pipe opened.
-IPC_MESSAGE_CONTROL2(ChromotingDaemonNetworkMsg_DesktopAttached,
+// a desktop integration process. |session_id| is the id of the desktop session
+// being attached. |desktop_pipe| is the client end of the desktop-to-network
+// pipe opened.
+IPC_MESSAGE_CONTROL3(ChromotingDaemonNetworkMsg_DesktopAttached,
int /* terminal_id */,
+ int /* session_id */,
IPC::ChannelHandle /* desktop_pipe */)
//-----------------------------------------------------------------------------
« no previous file with comments | « no previous file | remoting/host/daemon_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698