| Index: net/quic/quic_connection_logger.h
|
| diff --git a/net/quic/quic_connection_logger.h b/net/quic/quic_connection_logger.h
|
| index ec295b68fd3e15ecb4fc056263e3e1e18150f1ab..2ca9786f4a957be71c64c2bd0f9ea925ea05937d 100644
|
| --- a/net/quic/quic_connection_logger.h
|
| +++ b/net/quic/quic_connection_logger.h
|
| @@ -77,6 +77,9 @@ class NET_EXPORT_PRIVATE QuicConnectionLogger
|
| int num_duplicate_frames_received);
|
| void OnCertificateVerified(const CertVerifyResult& result);
|
|
|
| + // Returns connection's overall packet loss rate in fraction.
|
| + float ReceivedPacketLossRate() const;
|
| +
|
| private:
|
| friend class test::QuicConnectionLoggerPeer;
|
|
|
|
|