| Index: net/quic/quic_connection.cc
|
| diff --git a/net/quic/quic_connection.cc b/net/quic/quic_connection.cc
|
| index 97895bdba250ef977a41bb147023449f525319d5..ac6629eb6534ad6de07c1607cd730ed74e560292 100644
|
| --- a/net/quic/quic_connection.cc
|
| +++ b/net/quic/quic_connection.cc
|
| @@ -1697,6 +1697,8 @@ void QuicConnection::OnRttChange() {
|
| rtt = QuicTime::Delta::FromMicroseconds(
|
| sent_packet_manager_.GetRttStats()->initial_rtt_us());
|
| }
|
| + if (debug_visitor_)
|
| + debug_visitor_->OnRttChanged(rtt);
|
| packet_generator_.OnRttChange(rtt);
|
| }
|
|
|
|
|