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