| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index b744428e868a14c7026fb3e015fc23263f0ea328..f997f47b43c5f2ea9a1c075cbf5c1b366bdabd46 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -8,3 +8,9 @@
|
| #include "ipc/ipc_message_macros.h"
|
|
|
| #define IPC_MESSAGE_START ChromotingMsgStart
|
| +
|
| +//-----------------------------------------------------------------------------
|
| +// Daemon to Network messages
|
| +
|
| +// Delivers the host configuration (and updates) to the network process.
|
| +IPC_MESSAGE_CONTROL1(ChromotingDaemonNetworkMsg_Configuration, std::string)
|
|
|