| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index a57cc0c01303b3ab5ab6cb4f23a291607edd2471..b252978769dfe9f282aa888951640b4ff200050d 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -461,8 +461,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| ConnectionCloseSource source) override;
|
|
|
| // QuicSentPacketManager::NetworkChangeVisitor
|
| - void OnCongestionWindowChange() override;
|
| - void OnRttChange() override;
|
| + void OnCongestionChange() override;
|
| void OnPathDegrading() override;
|
|
|
| // Called by the crypto stream when the handshake completes. In the server's
|
|
|