summaryrefslogtreecommitdiffstats
path: root/remoting
diff options
context:
space:
mode:
Diffstat (limited to 'remoting')
-rw-r--r--remoting/protocol/connection_to_host.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/protocol/connection_to_host.cc b/remoting/protocol/connection_to_host.cc
index d2a4096..59e4001 100644
--- a/remoting/protocol/connection_to_host.cc
+++ b/remoting/protocol/connection_to_host.cc
@@ -67,6 +67,7 @@ void ConnectionToHost::Connect(const std::string& username,
kChromotingTokenServiceName));
jingle_client_ =
new JingleClient(thread_, signal_strategy_.get(),
+ network_manager_.release(), socket_factory_.release(),
port_allocator_session_factory_.release(), this);
jingle_client_->Init();
@@ -91,6 +92,7 @@ void ConnectionToHost::ConnectSandboxed(scoped_refptr<XmppProxy> xmpp_proxy,
signal_strategy_.reset(strategy);
jingle_client_ =
new JingleClient(thread_, signal_strategy_.get(),
+ network_manager_.release(), socket_factory_.release(),
port_allocator_session_factory_.release(), this);
jingle_client_->Init();