Index: remoting/host/plugin/host_script_object.cc |
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc |
index d25f89cdb5117907534863d57d482c9ac284b499..02929b13790736d7d71e9d9ecc74fe466161141d 100644 |
--- a/remoting/host/plugin/host_script_object.cc |
+++ b/remoting/host/plugin/host_script_object.cc |
@@ -114,7 +114,8 @@ bool HostNPScriptObject::Init() { |
DCHECK(plugin_message_loop_proxy_->BelongsToCurrentThread()); |
VLOG(2) << "Init"; |
- host_context_.reset(new ChromotingHostContext(plugin_message_loop_proxy_)); |
+ host_context_.reset(new ChromotingHostContext(NULL, |
+ plugin_message_loop_proxy_)); |
if (!host_context_->Start()) { |
host_context_.reset(); |
return false; |