Index: talk/app/webrtc/peerconnectioninterface.h |
diff --git a/talk/app/webrtc/peerconnectioninterface.h b/talk/app/webrtc/peerconnectioninterface.h |
index 77caa9d78b2942bba82dcc7a863a1171ed503b7d..b7814e583033ac4f741c8d1b245ed14e5c12c143 100644 |
--- a/talk/app/webrtc/peerconnectioninterface.h |
+++ b/talk/app/webrtc/peerconnectioninterface.h |
@@ -248,9 +248,6 @@ class PeerConnectionInterface : public rtc::RefCountInterface { |
// TODO(pthatcher): Rename this ice_servers, but update Chromium |
// at the same time. |
IceServers servers; |
- // A localhost candidate is signaled whenever a candidate with the any |
- // address is allocated. |
- bool enable_localhost_ice_candidate; |
BundlePolicy bundle_policy; |
RtcpMuxPolicy rtcp_mux_policy; |
TcpCandidatePolicy tcp_candidate_policy; |
@@ -262,7 +259,6 @@ class PeerConnectionInterface : public rtc::RefCountInterface { |
RTCConfiguration() |
: type(kAll), |
- enable_localhost_ice_candidate(false), |
bundle_policy(kBundlePolicyBalanced), |
rtcp_mux_policy(kRtcpMuxPolicyNegotiate), |
tcp_candidate_policy(kTcpCandidatePolicyEnabled), |