| 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 a8d7b0c84f02c877f7faf95b5edab72ada79cce2..afa9aeab30286664d7722499469f9f6f1a471627 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -79,14 +79,14 @@ const int kMaxWorkerPoolThreads = 2;
|
| HostNPScriptObject::HostNPScriptObject(
|
| NPP plugin,
|
| NPObject* parent,
|
| - PluginMessageLoopProxy::Delegate* plugin_thread_delegate)
|
| + PluginThreadTaskRunner::Delegate* plugin_thread_delegate)
|
| : plugin_(plugin),
|
| parent_(parent),
|
| am_currently_logging_(false),
|
| state_(kDisconnected),
|
| np_thread_id_(base::PlatformThread::CurrentId()),
|
| plugin_task_runner_(
|
| - new PluginMessageLoopProxy(plugin_thread_delegate)),
|
| + new PluginThreadTaskRunner(plugin_thread_delegate)),
|
| failed_login_attempts_(0),
|
| disconnected_event_(true, false),
|
| nat_traversal_enabled_(false),
|
|
|