summaryrefslogtreecommitdiffstats
path: root/remoting/host/simple_host_process.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/simple_host_process.cc')
-rw-r--r--remoting/host/simple_host_process.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/host/simple_host_process.cc b/remoting/host/simple_host_process.cc
index a181f7b..63dc305 100644
--- a/remoting/host/simple_host_process.cc
+++ b/remoting/host/simple_host_process.cc
@@ -217,9 +217,9 @@ class SimpleHost : public HeartbeatSender::Listener {
}
void StartHost() {
- signal_strategy_.reset(
- new XmppSignalStrategy(context_.jingle_thread(), xmpp_login_,
- xmpp_auth_token_, xmpp_auth_service_));
+ signal_strategy_.reset(new XmppSignalStrategy(
+ context_.url_request_context_getter(),
+ xmpp_login_, xmpp_auth_token_, xmpp_auth_service_));
signaling_connector_.reset(new SignalingConnector(
signal_strategy_.get(),
base::Bind(&SimpleHost::OnAuthFailed, base::Unretained(this))));