| Index: net/quic/quic_sent_packet_manager.cc
|
| diff --git a/net/quic/quic_sent_packet_manager.cc b/net/quic/quic_sent_packet_manager.cc
|
| index 99b8bcf6897340bb5a2cee94985aaf4433679f97..142871ef597822975e52fb2bf0079a8c1d801985 100644
|
| --- a/net/quic/quic_sent_packet_manager.cc
|
| +++ b/net/quic/quic_sent_packet_manager.cc
|
| @@ -163,6 +163,11 @@ void QuicSentPacketManager::SetFromConfig(const QuicConfig& config) {
|
| }
|
| }
|
|
|
| +void QuicSentPacketManager::ResumeConnectionState(
|
| + const CachedNetworkParameters& cached_network_params) {
|
| + send_algorithm_->ResumeConnectionState(cached_network_params);
|
| +}
|
| +
|
| void QuicSentPacketManager::SetNumOpenStreams(size_t num_streams) {
|
| if (n_connection_simulation_) {
|
| // Ensure the number of connections is between 1 and 5.
|
|
|