| Index: net/quic/quic_flags.h
|
| diff --git a/net/quic/quic_flags.h b/net/quic/quic_flags.h
|
| index 614f667d37954dcdf7bced8e03de0be2ff6ae949..131c90650e5491b890bcd95e5b1733f60af8780f 100644
|
| --- a/net/quic/quic_flags.h
|
| +++ b/net/quic/quic_flags.h
|
| @@ -27,5 +27,6 @@ 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;
|
| +NET_EXPORT_PRIVATE extern bool FLAGS_quic_ack_notifier_informed_on_serialized;
|
|
|
| #endif // NET_QUIC_QUIC_FLAGS_H_
|
|
|