| 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 */)
|
|
|
| //-----------------------------------------------------------------------------
|
|
|