Delete deprecated disable_ipv6 flag.
M108 Stable has been released, which does not contain googIPv6 anymore, and today the last downstream dependency on this flag was removed. Let's delete! Bug: webrtc:14608 Change-Id: Ia2d201f0da04b14961f891687b6135fc69b7767e Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/285720 Auto-Submit: Henrik Boström <hbos@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38786}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
f889217015
commit
a445e6a489
@ -426,13 +426,6 @@ class RTC_EXPORT PeerConnectionInterface : public rtc::RefCountInterface {
|
||||
// default will be used.
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
||||
// If set to true, don't gather IPv6 ICE candidates.
|
||||
// TODO(https://crbug.com/webrtc/14608): Delete this flag.
|
||||
union {
|
||||
bool DEPRECATED_disable_ipv6 = false;
|
||||
bool ABSL_DEPRECATED("https://crbug.com/webrtc/14608") disable_ipv6;
|
||||
};
|
||||
|
||||
// If set to true, don't gather IPv6 ICE candidates on Wi-Fi.
|
||||
// Only intended to be used on specific devices. Certain phones disable IPv6
|
||||
// when the screen is turned off and it would be better to just disable the
|
||||
|
||||
Reference in New Issue
Block a user