| Index: content/renderer/p2p/port_allocator.cc
|
| diff --git a/content/renderer/p2p/port_allocator.cc b/content/renderer/p2p/port_allocator.cc
|
| index b2cc380624c307ae38010c848c6a5222c4160346..1e29b83c582d11cb856c7ee691db335d3c1ee03b 100644
|
| --- a/content/renderer/p2p/port_allocator.cc
|
| +++ b/content/renderer/p2p/port_allocator.cc
|
| @@ -35,7 +35,7 @@ P2PPortAllocator::P2PPortAllocator(
|
| uint32 flags = 0;
|
| if (!config_.enable_multiple_routes)
|
| flags |= cricket::PORTALLOCATOR_DISABLE_ADAPTER_ENUMERATION;
|
| - if (!config_.enable_nonproxied_udp_transport) {
|
| + if (!config_.enable_nonproxied_udp) {
|
| flags |= cricket::PORTALLOCATOR_DISABLE_UDP |
|
| cricket::PORTALLOCATOR_DISABLE_STUN |
|
| cricket::PORTALLOCATOR_DISABLE_UDP_RELAY;
|
|
|