| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index 6b19147642ea56f301f0b1e17c7c73c663fd7608..b76c5eac73124b385c0fb9e895ee1e13b8f01a8d 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -21,17 +21,20 @@
|
| #define IPC_MESSAGE_START ChromotingMsgStart
|
|
|
| //-----------------------------------------------------------------------------
|
| -// Chromoting messages sent from the daemon to the network process.
|
| +// Chromoting messages sent from the daemon.
|
|
|
| -// Requests the network process to crash producing a crash dump. The daemon
|
| +// Requests the receiving process to crash producing a crash dump. The daemon
|
| // sends this message when a fatal error has been detected indicating that
|
| -// the network process misbehaves. The daemon passes the location of the code
|
| +// the receiving process misbehaves. The daemon passes the location of the code
|
| // that detected the error.
|
| -IPC_MESSAGE_CONTROL3(ChromotingDaemonNetworkMsg_Crash,
|
| +IPC_MESSAGE_CONTROL3(ChromotingDaemonMsg_Crash,
|
| std::string /* function_name */,
|
| std::string /* file_name */,
|
| int /* line_number */)
|
|
|
| +//-----------------------------------------------------------------------------
|
| +// Chromoting messages sent from the daemon to the network process.
|
| +
|
| // Delivers the host configuration (and updates) to the network process.
|
| IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_Configuration, std::string)
|
|
|
| @@ -104,18 +107,6 @@ IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_HostStarted,
|
| IPC_MESSAGE_CONTROL0(ChromotingNetworkDaemonMsg_HostShutdown)
|
|
|
| //-----------------------------------------------------------------------------
|
| -// Chromoting messages sent from the daemon to the desktop process.
|
| -
|
| -// Requests the desktop process to crash producing a crash dump. The daemon
|
| -// sends this message when a fatal error has been detected indicating that
|
| -// the desktop process misbehaves. The daemon passes the location of the code
|
| -// that detected the error.
|
| -IPC_MESSAGE_CONTROL3(ChromotingDaemonDesktopMsg_Crash,
|
| - std::string /* function_name */,
|
| - std::string /* file_name */,
|
| - int /* line_number */)
|
| -
|
| -//-----------------------------------------------------------------------------
|
| // Chromoting messages sent from the desktop to the daemon process.
|
|
|
| // Notifies the daemon that a desktop integration process has been initialized.
|
|
|