| 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 705b6ebcec19c723b750bd6fffccae4c2fb6bd7c..c10742bda85f84d42eaa534ee56408710946693a 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -67,7 +67,7 @@ HostNPScriptObject::HostNPScriptObject(
|
| np_thread_id_(base::PlatformThread::CurrentId()),
|
| plugin_message_loop_proxy_(
|
| new PluginMessageLoopProxy(plugin_thread_delegate)),
|
| - host_context_(plugin_message_loop_proxy_),
|
| + host_context_(NULL, plugin_message_loop_proxy_),
|
| failed_login_attempts_(0),
|
| daemon_controller_(DaemonController::Create()),
|
| disconnected_event_(true, false),
|
|
|