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

Unified Diff: remoting/client/plugin/chromoting_instance.cc

Issue 209323002: New policies: enable/disable relay; port range (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: policy_templates.json; addressed other CR comments. Created 6 years, 9 months 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/plugin/chromoting_instance.cc
diff --git a/remoting/client/plugin/chromoting_instance.cc b/remoting/client/plugin/chromoting_instance.cc
index ef5f4281103794e0c6d1b9641f759fbe3953ca3a..cffa0346b298015ba98b2bb702a76a790a82afbe 100644
--- a/remoting/client/plugin/chromoting_instance.cc
+++ b/remoting/client/plugin/chromoting_instance.cc
@@ -683,7 +683,7 @@ void ChromotingInstance::ConnectWithConfig(const ClientConfig& config,
scoped_ptr<protocol::TransportFactory> transport_factory(
new protocol::LibjingleTransportFactory(
signal_strategy_.get(), port_allocator.Pass(),
- NetworkSettings(NetworkSettings::NAT_TRAVERSAL_ENABLED)));
+ NetworkSettings(NetworkSettings::NAT_TRAVERSAL_FULL)));
// Kick off the connection.
client_->Start(signal_strategy_.get(), transport_factory.Pass());

Powered by Google App Engine
This is Rietveld 408576698