| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index 1f73cd9ef5c8406e5a24ec225f8c2b608b15ea49..f2398571e39127af8ee3bdf66e3fc7443eefafe0 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -51,5 +51,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_dispatcher_creates_id;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_enable_chlo_policy;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_ignore_zero_length_frames;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_no_shlo_listener;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_quic_always_write_queued_retransmissions;
|
|
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|