| Index: remoting/host/it2me/it2me_native_messaging_host.h
|
| diff --git a/remoting/host/it2me/it2me_native_messaging_host.h b/remoting/host/it2me/it2me_native_messaging_host.h
|
| index 02379baee3deb9c43aff3720044f17559c3a7529..21cb65a643e660815acd42a5ff091b7d12a3f276 100644
|
| --- a/remoting/host/it2me/it2me_native_messaging_host.h
|
| +++ b/remoting/host/it2me/it2me_native_messaging_host.h
|
| @@ -12,6 +12,7 @@
|
| #include "remoting/base/auto_thread_task_runner.h"
|
| #include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/it2me/it2me_host.h"
|
| +#include "remoting/host/native_messaging/log_message_handler.h"
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| @@ -58,12 +59,13 @@ class It2MeNativeMessagingHost : public It2MeHost::Observer,
|
| scoped_ptr<base::DictionaryValue> response);
|
| void SendErrorAndExit(scoped_ptr<base::DictionaryValue> response,
|
| const std::string& description) const;
|
| - void SendMessageToClient(scoped_ptr<base::DictionaryValue> message) const;
|
| + void SendMessageToClient(scoped_ptr<base::Value> message) const;
|
|
|
| Client* client_;
|
| scoped_ptr<ChromotingHostContext> host_context_;
|
| scoped_ptr<It2MeHostFactory> factory_;
|
| scoped_refptr<It2MeHost> it2me_host_;
|
| + scoped_ptr<LogMessageHandler> log_message_handler_;
|
|
|
| // Cached, read-only copies of |it2me_host_| session state.
|
| It2MeHostState state_;
|
|
|