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

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

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_plugin.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/plugin/host_script_object.h
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
index 9b9280b0f9ba0feb006cb5436da0078272f4f589..dd2c810cd291d3e6482fe315f0fc2ef5ced8fa1c 100644
--- a/remoting/host/plugin/host_script_object.h
+++ b/remoting/host/plugin/host_script_object.h
@@ -18,7 +18,7 @@
#include "base/threading/platform_thread.h"
#include "base/threading/thread.h"
#include "base/time.h"
-#include "remoting/base/plugin_message_loop_proxy.h"
+#include "remoting/base/plugin_thread_task_runner.h"
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/host_key_pair.h"
#include "remoting/host/host_status_observer.h"
@@ -51,7 +51,7 @@ class PolicyWatcher;
class HostNPScriptObject : public HostStatusObserver {
public:
HostNPScriptObject(NPP plugin, NPObject* parent,
- PluginMessageLoopProxy::Delegate* plugin_thread_delegate);
+ PluginThreadTaskRunner::Delegate* plugin_thread_delegate);
virtual ~HostNPScriptObject();
bool Init();
@@ -302,7 +302,7 @@ class HostNPScriptObject : public HostStatusObserver {
ScopedRefNPObject on_nat_traversal_policy_changed_func_;
ScopedRefNPObject on_state_changed_func_;
base::PlatformThreadId np_thread_id_;
- scoped_refptr<PluginMessageLoopProxy> plugin_task_runner_;
+ scoped_refptr<PluginThreadTaskRunner> plugin_task_runner_;
scoped_ptr<ChromotingHostContext> host_context_;
HostKeyPair host_key_pair_;
« no previous file with comments | « remoting/host/plugin/host_plugin.cc ('k') | remoting/host/plugin/host_script_object.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698