| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index 71720f14856cbd34d49b30d2d162a86bc850f863..614f667d37954dcdf7bced8e03de0be2ff6ae949 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -26,5 +26,6 @@ NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_multiple_address_in_source_tokens;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_empty_data_no_fin_early_return;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_use_initial_rtt_for_stats;
|
| NET_EXPORT_PRIVATE extern bool FLAGS_quic_rto_uses_last_sent;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_quic_attach_ack_notifiers_to_packets;
|
|
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|