| Index: net/quic/quic_connection_logger.h
|
| diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
|
| index 1d38049e00ef42692dc1f805c83b5f90ab868ab2..29acfdc3351012dad4957720b260b03a9819d9da 100644
|
| --- a/net/quic/quic_connection_logger.h
|
| +++ b/net/quic/quic_connection_logger.h
|
| @@ -151,6 +151,10 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
|
| int num_undecryptable_packets_;
|
| // Count of the number of duplicate packets received.
|
| int num_duplicate_packets_;
|
| + // Count of the number of BLOCKED frames received.
|
| + int num_blocked_frames_received_;
|
| + // Count of the number of BLOCKED frames sent.
|
| + int num_blocked_frames_sent_;
|
| // Vector of inital packets status' indexed by packet sequence numbers, where
|
| // false means never received. Zero is not a valid packet sequence number, so
|
| // that offset is never used, and we'll track 150 packets.
|
|
|