| Index: net/quic/quic_connection_stats.cc
|
| diff --git a/net/quic/quic_connection_stats.cc b/net/quic/quic_connection_stats.cc
|
| index dd39ac179395849ac3e2cb764ec0a7c5108d08ab..02938c2a1087c0c9ead16feed021a84187d57cc0 100644
|
| --- a/net/quic/quic_connection_stats.cc
|
| +++ b/net/quic/quic_connection_stats.cc
|
| @@ -22,6 +22,7 @@ QuicConnectionStats::QuicConnectionStats()
|
| bytes_spuriously_retransmitted(0),
|
| packets_spuriously_retransmitted(0),
|
| packets_lost(0),
|
| + slowstart_packets_sent(0),
|
| slowstart_packets_lost(0),
|
| packets_revived(0),
|
| packets_dropped(0),
|
|
|