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

Unified Diff: net/quic/quic_sent_packet_manager.h

Issue 2183493002: Add a merely pass-through QuicMultipathSentPacketManager. Protected behind blocked flag FLAGS_quic_… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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_sent_packet_manager.h
diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h
index 7243881dd023eb90768267ee06dc2a4766ba8990..b578f599cbb14554ac2f8cabfbfee4b497bb0fc8 100644
--- a/net/quic/quic_sent_packet_manager.h
+++ b/net/quic/quic_sent_packet_manager.h
@@ -167,7 +167,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager
// Returns the estimated bandwidth calculated by the congestion algorithm.
QuicBandwidth BandwidthEstimate() const override;
- const QuicSustainedBandwidthRecorder& SustainedBandwidthRecorder()
+ const QuicSustainedBandwidthRecorder* SustainedBandwidthRecorder()
const override;
// Returns the size of the current congestion window in number of

Powered by Google App Engine
This is Rietveld 408576698