| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 8c97b926aa02e804913a974147a582c5e030199f..c6a88302df0d24de8ead16833f4b0792f524ec4d 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -118,9 +118,6 @@ bool FLAGS_quic_validate_stk_without_scid = true;
|
| // If true, QUIC will support RFC 7539 variants of ChaCha20 Poly1305.
|
| bool FLAGS_quic_use_rfc7539 = true;
|
|
|
| -// If true, drop not awaited QUIC packets before decrypting them.
|
| -bool FLAGS_quic_drop_non_awaited_packets = false;
|
| -
|
| // If true, use the fast implementation of IncrementalHash/FNV1a_128_Hash.
|
| bool FLAGS_quic_utils_use_fast_incremental_hash = true;
|
|
|
|
|