Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(866)

Unified Diff: net/quic/quic_connection_logger.h

Issue 1672513002: Expose packet loss counts from QUIC to NetworkQualityEstimator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed bengr comments, Rebased Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698