| Index: net/quic/core/quic_connection_stats.cc
|
| diff --git a/net/quic/core/quic_connection_stats.cc b/net/quic/core/quic_connection_stats.cc
|
| index 5b231c6711240c77eb008b2a548f6db11f70bbb7..7d50bf8f56724d945023a2904b42834ddd6d69b0 100644
|
| --- a/net/quic/core/quic_connection_stats.cc
|
| +++ b/net/quic/core/quic_connection_stats.cc
|
| @@ -39,7 +39,9 @@ QuicConnectionStats::QuicConnectionStats()
|
| max_sequence_reordering(0),
|
| max_time_reordering_us(0),
|
| tcp_loss_events(0),
|
| - connection_creation_time(QuicTime::Zero()) {}
|
| + connection_creation_time(QuicTime::Zero()),
|
| + blocked_frames_received(0),
|
| + blocked_frames_sent(0) {}
|
|
|
| QuicConnectionStats::QuicConnectionStats(const QuicConnectionStats& other) =
|
| default;
|
|
|