| Index: webrtc/p2p/client/basicportallocator.cc
|
| diff --git a/webrtc/p2p/client/basicportallocator.cc b/webrtc/p2p/client/basicportallocator.cc
|
| index 629218f89a3e1baee6c81a5e0dbce7820218d564..49ab142d469bdfb5aed1b12384dd8398be0ca05e 100644
|
| --- a/webrtc/p2p/client/basicportallocator.cc
|
| +++ b/webrtc/p2p/client/basicportallocator.cc
|
| @@ -689,8 +689,6 @@ void BasicPortAllocatorSession::AddAllocatedPort(Port* port,
|
| port->set_content_name(content_name());
|
| port->set_component(component());
|
| port->set_generation(generation());
|
| - if (allocator_->proxy().type != rtc::PROXY_NONE)
|
| - port->set_proxy(allocator_->user_agent(), allocator_->proxy());
|
| port->set_send_retransmit_count_attribute(
|
| (flags() & PORTALLOCATOR_ENABLE_STUN_RETRANSMIT_ATTRIBUTE) != 0);
|
|
|
|
|