Index: net/quic/quic_connection.h |
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h |
index 8cf3227328d872bb0703b2e5ffb27f15028a1560..1d7715e7ee35fdbe2fcf7d1d74832ffabd915bb4 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 { |