Index: net/quic/core/quic_connection_test.cc |
diff --git a/net/quic/core/quic_connection_test.cc b/net/quic/core/quic_connection_test.cc |
index b3d1be9312dfe8a2819d8f96933641b7a26f3a10..b56db6b799a09b3251beb793d3c151c36052c9ae 100644 |
--- a/net/quic/core/quic_connection_test.cc |
+++ b/net/quic/core/quic_connection_test.cc |
@@ -1165,7 +1165,6 @@ TEST_P(QuicConnectionTest, SelfAddressChangeAtServer) { |
} |
TEST_P(QuicConnectionTest, AllowSelfAddressChangeToMappedIpv4AddressAtServer) { |
- FLAGS_quic_allow_server_address_change_for_mapped_ipv4 = true; |
EXPECT_CALL(visitor_, OnSuccessfulVersionNegotiation(_)); |
set_perspective(Perspective::IS_SERVER); |