| Index: net/quic/quic_connection_logger.h
|
| diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
|
| index f059ef947ca23cbaaeb8110e91aa0891fc437620..97d4abf11686630e44b6c09564e42c7ae9c22cd2 100644
|
| --- a/net/quic/quic_connection_logger.h
|
| +++ b/net/quic/quic_connection_logger.h
|
| @@ -123,6 +123,10 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
|
| // histograms for specific connection types.
|
| void RecordLossHistograms() const;
|
|
|
| + // Reports the incremental packet counts to the |socket_performance_watcher_|.
|
| + void ReportIncrementalPacketCounts(
|
| + QuicPacketCount previous_largest_received_packet_number) const;
|
| +
|
| BoundNetLog net_log_;
|
| QuicSpdySession* session_; // Unowned.
|
| // The last packet number received.
|
|
|