Index: net/quic/quic_connection_stats.h |
diff --git a/net/quic/quic_connection_stats.h b/net/quic/quic_connection_stats.h |
index 7f59042f6b6480450458ddf441555ad445580967..8c3318d37a138cc751f719e93082cfb250697739 100644 |
--- a/net/quic/quic_connection_stats.h |
+++ b/net/quic/quic_connection_stats.h |
@@ -47,6 +47,7 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats { |
uint32 packets_revived; |
uint32 packets_dropped; // duplicate or less than least unacked. |
uint32 crypto_retransmit_count; |
+ uint32 loss_timeout_count; // Count of times the loss detection alarm fired. |
uint32 tlp_count; |
uint32 rto_count; |