| Index: talk/app/webrtc/webrtcsession.cc
|
| diff --git a/talk/app/webrtc/webrtcsession.cc b/talk/app/webrtc/webrtcsession.cc
|
| index 5b58c243192b43369879119e345906d37ca4a35b..61dda37a04fb92346bf0088266c9ecc575e46244 100644
|
| --- a/talk/app/webrtc/webrtcsession.cc
|
| +++ b/talk/app/webrtc/webrtcsession.cc
|
| @@ -743,12 +743,6 @@ bool WebRtcSession::Initialize(
|
| port_allocator()->set_candidate_filter(
|
| ConvertIceTransportTypeToCandidateFilter(rtc_configuration.type));
|
|
|
| - if (rtc_configuration.enable_localhost_ice_candidate) {
|
| - port_allocator()->set_flags(
|
| - port_allocator()->flags() |
|
| - cricket::PORTALLOCATOR_ENABLE_LOCALHOST_CANDIDATE);
|
| - }
|
| -
|
| return true;
|
| }
|
|
|
|
|