| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 2b2a3636aa7f267822b8a0ae6f1749dc46263f20..4ad1d3ee816b419612ca933e85786f5314947db1 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -270,7 +270,8 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // Called by the Session when the client has provided CachedNetworkParameters.
|
| // Returns true if this changes the initial connection state.
|
| virtual bool ResumeConnectionState(
|
| - const CachedNetworkParameters& cached_network_params);
|
| + const CachedNetworkParameters& cached_network_params,
|
| + bool max_bandwidth_resumption);
|
|
|
| // Sets the number of active streams on the connection for congestion control.
|
| void SetNumOpenStreams(size_t num_streams);
|
|
|