Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(440)

Unified Diff: remoting/client/jni/chromoting_jni_instance.cc

Issue 98173006: Fix LibjingleTransportFactory to refresh STUN/Relay. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/client/jni/chromoting_jni_instance.cc
diff --git a/remoting/client/jni/chromoting_jni_instance.cc b/remoting/client/jni/chromoting_jni_instance.cc
index adf97c6b920e2db3d82b4224e381d30cf5f9a5c2..be41f0c5c0ab7fb7af0d45dc184cf720b82c23b9 100644
--- a/remoting/client/jni/chromoting_jni_instance.cc
+++ b/remoting/client/jni/chromoting_jni_instance.cc
@@ -308,7 +308,8 @@ void ChromotingJniInstance::ConnectToHostOnNetworkThread() {
scoped_ptr<protocol::TransportFactory> transport_factory(
new LibjingleTransportFactory(
- port_allocator.PassAs<cricket::HttpPortAllocatorBase>(), false));
+ port_allocator.PassAs<cricket::HttpPortAllocatorBase>(),
+ network_settings));
client_->Start(signaling_.get(), transport_factory.Pass());
}
« no previous file with comments | « no previous file | remoting/client/plugin/chromoting_instance.cc » ('j') | remoting/protocol/jingle_session_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698