| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 76dabff254c5111a52639eacbffbf3678ea9da3a..0ffc3e851bfc45cc995b9acbf6c3a08ddd36afb6 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -383,6 +383,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
|
|
| // QuicSentPacketManager::NetworkChangeVisitor
|
| void OnCongestionWindowChange() override;
|
| + void OnRttChange() override;
|
|
|
| // Called by the crypto stream when the handshake completes. In the server's
|
| // case this is when the SHLO has been ACKed. Clients call this on receipt of
|
|
|