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

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

Issue 268483003: Revert 267234 "New policies: enable/disable relay; port range" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 8 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: trunk/src/remoting/client/jni/chromoting_jni_instance.cc
===================================================================
--- trunk/src/remoting/client/jni/chromoting_jni_instance.cc (revision 267240)
+++ trunk/src/remoting/client/jni/chromoting_jni_instance.cc (working copy)
@@ -332,7 +332,7 @@
net::ClientSocketFactory::GetDefaultFactory(),
jni_runtime_->url_requester(), xmpp_config_));
- NetworkSettings network_settings(NetworkSettings::NAT_TRAVERSAL_FULL);
+ NetworkSettings network_settings(NetworkSettings::NAT_TRAVERSAL_ENABLED);
// Use Chrome's network stack to allocate ports for peer-to-peer channels.
scoped_ptr<ChromiumPortAllocator> port_allocator(
« no previous file with comments | « trunk/src/components/policy/resources/policy_templates.json ('k') | trunk/src/remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698