| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 25cc949158a584dc9f6d80fbf0b040c7c66eb53f..af7a94e8f00b4c4196405feca4978953a5115e75 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1796,6 +1796,10 @@ void QuicConnection::OnRttChange() {
|
| packet_generator_.OnRttChange(rtt);
|
| }
|
|
|
| +void QuicConnection::OnPathDegrading() {
|
| + visitor_->OnPathDegrading();
|
| +}
|
| +
|
| void QuicConnection::OnHandshakeComplete() {
|
| sent_packet_manager_.SetHandshakeConfirmed();
|
| // The client should immediately ack the SHLO to confirm the handshake is
|
|
|