Index: net/quic/congestion_control/hybrid_slow_start.h |
diff --git a/net/quic/congestion_control/hybrid_slow_start.h b/net/quic/congestion_control/hybrid_slow_start.h |
index cee9c731257a0a5c0006c4c493dc3f85fe1d5caf..b0e424883da65c56e57bc6855246012974fc5b4a 100644 |
--- a/net/quic/congestion_control/hybrid_slow_start.h |
+++ b/net/quic/congestion_control/hybrid_slow_start.h |
@@ -46,6 +46,8 @@ class NET_EXPORT_PRIVATE HybridSlowStart { |
bool started() { return started_; } |
+ QuicTime::Delta SmoothedRtt(); |
+ |
private: |
const QuicClock* clock_; |
bool started_; |