| 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..d291715b8ec4f1a668cb440b3a16549ba5bb887a 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.
|
|
|