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

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 rch comments Created 4 years, 9 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 f059ef947ca23cbaaeb8110e91aa0891fc437620..97d4abf11686630e44b6c09564e42c7ae9c22cd2 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 the incremental packet counts to the |socket_performance_watcher_|.
+ void ReportIncrementalPacketCounts(
+ 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