Index: net/quic/quic_connection_stats.h |
diff --git a/net/quic/quic_connection_stats.h b/net/quic/quic_connection_stats.h |
index c681deae9cc2768a7bbfb24060a57721b30651a1..2abdb594046c93bbfe402ae035f4c882f3f2a8ef 100644 |
--- a/net/quic/quic_connection_stats.h |
+++ b/net/quic/quic_connection_stats.h |
@@ -55,8 +55,6 @@ struct NET_EXPORT_PRIVATE QuicConnectionStats { |
int64 srtt_us; // Smoothed RTT in microseconds. |
uint32 max_packet_size; // In bytes. |
uint64 estimated_bandwidth; // In bytes per second. |
- uint32 congestion_window; // In bytes |
- uint32 slow_start_threshold; // In bytes |
// Reordering stats for received packets. |
// Number of packets received out of sequence number order. |