Index: talk/app/webrtc/webrtcsession.cc |
diff --git a/talk/app/webrtc/webrtcsession.cc b/talk/app/webrtc/webrtcsession.cc |
index 95abeab77a9c9e6dc6e1a1033b083d9f41535e7a..1cf2286bde93b7175ed804498c5bb9afb089bccc 100644 |
--- a/talk/app/webrtc/webrtcsession.cc |
+++ b/talk/app/webrtc/webrtcsession.cc |
@@ -744,12 +744,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; |
} |