diff options
Diffstat (limited to 'remoting/host/remoting_me2me_host.cc')
-rw-r--r-- | remoting/host/remoting_me2me_host.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/remoting/host/remoting_me2me_host.cc b/remoting/host/remoting_me2me_host.cc index 18822ea..15b7907 100644 --- a/remoting/host/remoting_me2me_host.cc +++ b/remoting/host/remoting_me2me_host.cc @@ -357,8 +357,9 @@ class HostProcess if (!signal_strategy_.get()) { signal_strategy_.reset( - new XmppSignalStrategy(context_->jingle_thread(), xmpp_login_, - xmpp_auth_token_, xmpp_auth_service_)); + new XmppSignalStrategy(context_->url_request_context_getter(), + xmpp_login_, xmpp_auth_token_, + xmpp_auth_service_)); signaling_connector_.reset(new SignalingConnector( signal_strategy_.get(), |