| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index cc70d729f87669c04dc5f40a7fb8196734982895..59fdea0e5aa3c1fc20a71c6c9021cafcd1f1a37d 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -84,9 +84,6 @@ QUIC_FLAG(bool, FLAGS_quic_limit_num_new_sessions_per_epoll_loop, true)
|
| // QuicStreamSequencerBuffer to buffer incoming data.
|
| QUIC_FLAG(bool, FLAGS_quic_reduce_sequencer_buffer_memory_life_time, true)
|
|
|
| -// If true, allow server address change if it is because of mapped ipv4 address.
|
| -QUIC_FLAG(bool, FLAGS_quic_allow_server_address_change_for_mapped_ipv4, true)
|
| -
|
| // If true, disables QUIC version less than 34.
|
| QUIC_FLAG(bool, FLAGS_quic_disable_pre_34, false)
|
|
|
|
|