| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index 3a27b38d2b10131de0792d50b1d9c8d24c7a5642..03113e792e9e1282cc41e4e4575471aab38adbee 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -112,7 +112,8 @@ IPC_MESSAGE_CONTROL3(ChromotingNetworkDaemonMsg_ClientRouteChange,
|
| IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_HostStarted,
|
| std::string /* xmpp_login */)
|
|
|
| -IPC_MESSAGE_CONTROL0(ChromotingNetworkDaemonMsg_HostShutdown)
|
| +IPC_MESSAGE_CONTROL1(ChromotingNetworkDaemonMsg_HostShutdown,
|
| + int /* exit_code */)
|
|
|
| //-----------------------------------------------------------------------------
|
| // Chromoting messages sent from the desktop to the daemon process.
|
|
|