| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index be172a18d369beba71dc43014210b142041c399a..c862fb09933d7ba955a1b28574d7b8f548dc966b 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -40,4 +40,5 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_distinguish_incoming_outgoing_streams;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_validate_stk_without_scid;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_new_blocked_list;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_inplace_encryption;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_quic_drop_non_awaited_packets;
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|