diff options
Diffstat (limited to 'remoting/host/plugin/host_script_object.cc')
-rw-r--r-- | remoting/host/plugin/host_script_object.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc index afa9aea..891734d 100644 --- a/remoting/host/plugin/host_script_object.cc +++ b/remoting/host/plugin/host_script_object.cc @@ -549,8 +549,8 @@ void HostNPScriptObject::FinishConnectNetworkThread( // Create XMPP connection. scoped_ptr<SignalStrategy> signal_strategy( - new XmppSignalStrategy(host_context_->jingle_thread(), uid, - auth_token, auth_service)); + new XmppSignalStrategy(host_context_->url_request_context_getter(), + uid, auth_token, auth_service)); // Request registration of the host for support. scoped_ptr<RegisterSupportHostRequest> register_request( |