| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index f62bfbb588606a7d79f125a9c9993dfe255f6ac7..68d47a7e16658414d9efb0a94a74df7cbbaa2b77 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -40,7 +40,7 @@ IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_TerminalDisconnected,
|
|
|
| // Notifies the network process that |terminal_id| is now attached to
|
| // a desktop integration process. |desktop_process| is the handle of the desktop
|
| -// process |desktop_pipe| is the client end of the desktop-to-network pipe
|
| +// process. |desktop_pipe| is the client end of the desktop-to-network pipe
|
| // opened.
|
| //
|
| // Windows only: |desktop_pipe| has to be duplicated from the desktop process
|
| @@ -48,7 +48,7 @@ IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_TerminalDisconnected,
|
| // the sender.
|
| IPC_MESSAGE_CONTROL3(ChromotingDaemonNetworkMsg_DesktopAttached,
|
| int /* terminal_id */,
|
| - IPC::PlatformFileForTransit /* desktop_process */,
|
| + base::ProcessHandle /* desktop_process */,
|
| IPC::PlatformFileForTransit /* desktop_pipe */)
|
|
|
| //-----------------------------------------------------------------------------
|
|
|