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

Unified Diff: net/quic/quic_sent_packet_manager_interface.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_interface.h
diff --git a/net/quic/quic_sent_packet_manager_interface.h b/net/quic/quic_sent_packet_manager_interface.h
index e60f8ef24b94ccd43d327043bcec7736b6e49cee..07539572497cb00d20fcf804d8063353c76e5640 100644
--- a/net/quic/quic_sent_packet_manager_interface.h
+++ b/net/quic/quic_sent_packet_manager_interface.h
@@ -140,7 +140,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManagerInterface {
virtual QuicBandwidth BandwidthEstimate() const = 0;
// Returns the sustained bandwidth recorder on the default path.
- virtual const QuicSustainedBandwidthRecorder& SustainedBandwidthRecorder()
+ virtual const QuicSustainedBandwidthRecorder* SustainedBandwidthRecorder()
const = 0;
// Returns the size of the current congestion window on default path in number

Powered by Google App Engine
This is Rietveld 408576698