Make disable_ipv6 ABSL_DEPRECATED.
// All tests pass, infra failure unrelated NOTRY=True Bug: webrtc:14608 Change-Id: Ie16dcf9dc66e687f0befef42c7d8e914696af191 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/280760 Reviewed-by: Harald Alvestrand <hta@webrtc.org> Commit-Queue: Henrik Boström <hbos@webrtc.org> Cr-Commit-Position: refs/heads/main@{#38502}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
5029efb615
commit
24e0337846
@ -1332,7 +1332,7 @@ TEST_P(PeerConnectionInterfaceTest, CreatePeerConnectionWithPooledCandidates) {
|
||||
server.uri = kStunAddressOnly;
|
||||
config.servers.push_back(server);
|
||||
config.type = PeerConnectionInterface::kRelay;
|
||||
config.disable_ipv6 = true;
|
||||
config.DEPRECATED_disable_ipv6 = true;
|
||||
config.tcp_candidate_policy =
|
||||
PeerConnectionInterface::kTcpCandidatePolicyDisabled;
|
||||
config.candidate_network_policy =
|
||||
@ -3827,7 +3827,7 @@ TEST(RTCConfigurationTest, ComparisonOperators) {
|
||||
EXPECT_NE(a, f);
|
||||
|
||||
PeerConnectionInterface::RTCConfiguration g;
|
||||
g.disable_ipv6 = true;
|
||||
g.DEPRECATED_disable_ipv6 = true;
|
||||
EXPECT_NE(a, g);
|
||||
|
||||
PeerConnectionInterface::RTCConfiguration h(
|
||||
|
||||
Reference in New Issue
Block a user