| 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 bfad1e933e024611f4db6b6300b6b4c111b76030..e34648425875c286265cd62d9126eeed6540b2d9 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -106,9 +106,6 @@ QUIC_FLAG(bool, FLAGS_graceful_emsgsize_on_mtu_probe, true)
|
| // message too long (EMSGSIZE) write error.
|
| QUIC_FLAG(bool, FLAGS_quic_do_not_send_ack_on_emsgsize, true)
|
|
|
| -// If true, postpone multipath flag validation to ProcessValidatedPacket.
|
| -QUIC_FLAG(bool, FLAGS_quic_postpone_multipath_flag_validation, true)
|
| -
|
| // If true, set a QUIC connection's last_sent_for_timeout_ to the send time of
|
| // the first packet sent after receiving a packet, even if the sent packet is
|
| // a retransmission
|
|
|