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..cf926dc3c3051806787d4d70c504932efd077094 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( |