| Index: remoting/host/chromoting_messages.h
|
| diff --git a/remoting/host/chromoting_messages.h b/remoting/host/chromoting_messages.h
|
| index 5ee40f92b525ca1f085b78314862149599cc6aa7..aac24e07ca5917238d301eddddeb084bb7415d48 100644
|
| --- a/remoting/host/chromoting_messages.h
|
| +++ b/remoting/host/chromoting_messages.h
|
| @@ -11,6 +11,7 @@
|
| #include "ipc/ipc_channel_handle.h"
|
| #include "ipc/ipc_platform_file.h"
|
| #include "remoting/host/chromoting_param_traits.h"
|
| +#include "remoting/host/desktop_environment_options.h"
|
| #include "remoting/host/screen_resolution.h"
|
| #include "remoting/protocol/errors.h"
|
| #include "remoting/protocol/transport.h"
|
| @@ -205,7 +206,7 @@ IPC_MESSAGE_CONTROL1(ChromotingDesktopNetworkMsg_AudioPacket,
|
| IPC_MESSAGE_CONTROL3(ChromotingNetworkDesktopMsg_StartSessionAgent,
|
| std::string /* authenticated_jid */,
|
| remoting::ScreenResolution /* resolution */,
|
| - bool /* virtual_terminal */)
|
| + remoting::DesktopEnvironmentOptions /* options */)
|
|
|
| IPC_MESSAGE_CONTROL0(ChromotingNetworkDesktopMsg_CaptureFrame)
|
|
|
|
|