Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(277)

Unified Diff: remoting/host/plugin/host_script_object.cc

Issue 10830016: Replace PluginMessageLoopProxy with PluginThreadTaskRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/plugin/host_script_object.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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),
« no previous file with comments | « remoting/host/plugin/host_script_object.h ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698