| Index: net/quic/quic_connection_logger.h
|
| diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
|
| index 132a9ea68bb9e4dcbcd8db970e857a340895dc30..06590e73ded1e848fef8241da036a788a14c0d25 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 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.
|
|
|