diff options
Diffstat (limited to 'remoting/client/plugin/pepper_xmpp_proxy.h')
-rw-r--r-- | remoting/client/plugin/pepper_xmpp_proxy.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/client/plugin/pepper_xmpp_proxy.h b/remoting/client/plugin/pepper_xmpp_proxy.h index aca7f94..189572c 100644 --- a/remoting/client/plugin/pepper_xmpp_proxy.h +++ b/remoting/client/plugin/pepper_xmpp_proxy.h @@ -21,6 +21,7 @@ class PepperXmppProxy : public XmppProxy { public: PepperXmppProxy( base::WeakPtr<ChromotingScriptableObject> scriptable_object, + base::MessageLoopProxy* plugin_message_loop, base::MessageLoopProxy* callback_message_loop); // Registered the callback class with this object. @@ -43,6 +44,7 @@ class PepperXmppProxy : public XmppProxy { base::WeakPtr<ChromotingScriptableObject> scriptable_object_; + scoped_refptr<base::MessageLoopProxy> plugin_message_loop_; scoped_refptr<base::MessageLoopProxy> callback_message_loop_; // Must only be access on callback_message_loop_. |