Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Unified Diff: net/quic/quic_packet_generator.h

Issue 497553004: Landing Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase with TOT Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/quic_dispatcher.h ('k') | net/quic/quic_per_connection_packet_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_packet_generator.h
diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h
index 77214df3e59a26123eed4f4d2785c80c7dd6fc96..43a46e37bea3da53073b4c2d197ff3c287c9643e 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.
« no previous file with comments | « net/quic/quic_dispatcher.h ('k') | net/quic/quic_per_connection_packet_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698