| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 07a7218938a32fcd5ee57c48b56b7a1c692bc020..98e8add2e57a7a7f28c55e02539508f72cd13727 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -243,6 +243,10 @@ class NET_EXPORT_PRIVATE QuicConnectionDebugVisitor
|
| // Called when resuming previous connection state.
|
| virtual void OnResumeConnectionState(
|
| const CachedNetworkParameters& cached_network_params) {}
|
| +
|
| + // Called when RTT may have changed, including when an RTT is read from
|
| + // the config.
|
| + virtual void OnRttChanged(QuicTime::Delta rtt) const {}
|
| };
|
|
|
| class NET_EXPORT_PRIVATE QuicConnectionHelperInterface {
|
|
|