| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index c6aa592f881f74b26c1d3d2653b1a0c21fed5190..4d5788b6dd06c263b7626194c792da53170c1269 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -21,5 +21,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_unified_timeouts;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_drop_junk_packets;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_allow_bbr;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_allow_truncated_connection_ids_for_quic;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_quic_too_many_outstanding_packets;
|
|
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|