diff options
Diffstat (limited to 'net/quic/quic_packet_generator.h')
-rw-r--r-- | net/quic/quic_packet_generator.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h index 77214df..43a46e3 100644 --- a/net/quic/quic_packet_generator.h +++ b/net/quic/quic_packet_generator.h @@ -65,8 +65,7 @@ class QuicPacketGeneratorPeer; class QuicAckNotifier; -class NET_EXPORT_PRIVATE QuicPacketGenerator - : public QuicSentPacketManager::NetworkChangeVisitor { +class NET_EXPORT_PRIVATE QuicPacketGenerator { public: class NET_EXPORT_PRIVATE DelegateInterface { public: @@ -100,9 +99,8 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator virtual ~QuicPacketGenerator(); - // QuicSentPacketManager::NetworkChangeVisitor methods. - virtual void OnCongestionWindowChange(QuicByteCount congestion_window) - OVERRIDE; + // Called by the connection in the event of the congestion window changing. + void OnCongestionWindowChange(QuicByteCount congestion_window); // Indicates that an ACK frame should be sent. If |also_send_feedback| is // true, then it also indicates a CONGESTION_FEEDBACK frame should be sent. |