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 7370f93266ac165e23de1fb4267740dae8498ccf..67362a2bf1057ebb0d645497c89a6982f4f03635 100644 |
--- a/remoting/host/plugin/host_script_object.cc |
+++ b/remoting/host/plugin/host_script_object.cc |
@@ -134,8 +134,7 @@ bool HostNPScriptObject::Init() { |
DCHECK(plugin_message_loop_proxy_->BelongsToCurrentThread()); |
VLOG(2) << "Init"; |
- host_context_.reset(new ChromotingHostContext(NULL, |
- plugin_message_loop_proxy_)); |
+ host_context_.reset(new ChromotingHostContext(plugin_message_loop_proxy_)); |
if (!host_context_->Start()) { |
host_context_.reset(); |
return false; |