| 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 2a94e0973309f7e9a46169acf473abd418f779ef..e651efe85d339d38d6c78553212a22d12bff8a4b 100644
|
| --- a/net/quic/quic_sent_packet_manager.h
|
| +++ b/net/quic/quic_sent_packet_manager.h
|
| @@ -101,7 +101,8 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
|
| virtual void SetFromConfig(const QuicConfig& config);
|
|
|
| // Pass the CachedNetworkParameters to the send algorithm.
|
| - void ResumeConnectionState(
|
| + // Returns true if this changes the initial connection state.
|
| + bool ResumeConnectionState(
|
| const CachedNetworkParameters& cached_network_params);
|
|
|
| void SetNumOpenStreams(size_t num_streams);
|
|
|