| Index: remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| diff --git a/remoting/host/it2me/it2me_native_messaging_host_main.cc b/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| index 7d27d19e1d061c7755e4bb0aaef44aef174ec73d..e1cc42022ec8a8c745dc1b0fde1be0cea7acb502 100644
|
| --- a/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| +++ b/remoting/host/it2me/it2me_native_messaging_host_main.cc
|
| @@ -13,6 +13,7 @@
|
| #include "net/socket/ssl_server_socket.h"
|
| #include "remoting/base/breakpad.h"
|
| #include "remoting/base/resources.h"
|
| +#include "remoting/host/chromoting_host_context.h"
|
| #include "remoting/host/host_exit_codes.h"
|
| #include "remoting/host/it2me/it2me_native_messaging_host.h"
|
| #include "remoting/host/logging.h"
|
| @@ -126,7 +127,7 @@ int StartIt2MeNativeMessagingHost() {
|
| new PipeMessagingChannel(read_file.Pass(), write_file.Pass()));
|
|
|
| scoped_ptr<extensions::NativeMessageHost> host(new It2MeNativeMessagingHost(
|
| - task_runner,
|
| + ChromotingHostContext::Create(task_runner),
|
| factory.Pass()));
|
|
|
| host->Start(native_messaging_pipe.get());
|
|
|