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 7483abfbc7f36dae85ce1b984c5ee9266dd32786..06fcfc8b31161b186dda71273ef95515bf86d798 100644 |
--- a/net/quic/quic_sent_packet_manager.h |
+++ b/net/quic/quic_sent_packet_manager.h |
@@ -106,7 +106,8 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager { |
// Pass the CachedNetworkParameters to the send algorithm. |
// Returns true if this changes the initial connection state. |
bool ResumeConnectionState( |
- const CachedNetworkParameters& cached_network_params); |
+ const CachedNetworkParameters& cached_network_params, |
+ bool max_bandwidth_resumption); |
void SetNumOpenStreams(size_t num_streams); |