summaryrefslogtreecommitdiffstats
path: root/remoting/host/it2me/it2me_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/it2me/it2me_host.cc')
-rw-r--r--remoting/host/it2me/it2me_host.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/host/it2me/it2me_host.cc b/remoting/host/it2me/it2me_host.cc
index f3a32a2..059f210 100644
--- a/remoting/host/it2me/it2me_host.cc
+++ b/remoting/host/it2me/it2me_host.cc
@@ -19,6 +19,7 @@
#include "remoting/base/chromium_url_request.h"
#include "remoting/base/logging.h"
#include "remoting/base/rsa_key_pair.h"
+#include "remoting/base/service_urls.h"
#include "remoting/host/chromoting_host.h"
#include "remoting/host/chromoting_host_context.h"
#include "remoting/host/host_event_logger.h"
@@ -243,6 +244,8 @@ void It2MeHost::FinishConnect() {
make_scoped_ptr(new ChromiumUrlRequestFactory(
host_context_->url_request_context_getter())),
network_settings, protocol::TransportRole::SERVER);
+ transport_context->set_ice_config_url(
+ ServiceUrls::GetInstance()->ice_config_url());
scoped_ptr<protocol::SessionManager> session_manager(
new protocol::JingleSessionManager(signal_strategy_.get()));