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

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

Issue 1278073004: Roll WebRTC 9687:9692, Libjingle 9690:9692 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove roll part; keep only remoting part Created 5 years, 4 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
« no previous file with comments | « no previous file | remoting/protocol/chromium_port_allocator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/plugin/pepper_port_allocator.cc
diff --git a/remoting/client/plugin/pepper_port_allocator.cc b/remoting/client/plugin/pepper_port_allocator.cc
index a601480b14e1f86b38951b0c02d35567bb0f8550..3f325ac15f022be02f809292110fa8a9b6128d06 100644
--- a/remoting/client/plugin/pepper_port_allocator.cc
+++ b/remoting/client/plugin/pepper_port_allocator.cc
@@ -226,11 +226,8 @@ PepperPortAllocator::PepperPortAllocator(
network_manager_(network_manager.Pass()),
socket_factory_(socket_factory.Pass()) {
// TCP transport is disabled becase PseudoTCP works poorly over
- // it. ENABLE_SHARED_UFRAG flag is specified so that the same
- // username fragment is shared between all candidates for this
- // channel.
+ // it.
set_flags(cricket::PORTALLOCATOR_DISABLE_TCP |
- cricket::PORTALLOCATOR_ENABLE_SHARED_UFRAG|
cricket::PORTALLOCATOR_ENABLE_IPV6);
}
« no previous file with comments | « no previous file | remoting/protocol/chromium_port_allocator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698