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

Unified Diff: net/quic/quic_connection.h

Issue 2183493002: Add a merely pass-through QuicMultipathSentPacketManager. Protected behind blocked flag FLAGS_quic_… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 7014b07351cb790f74375afd47be5db2ead5a33a..d5dc9ecf6779c601c4469ef255085533f170a023 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -37,6 +37,8 @@
#include "net/quic/quic_alarm_factory.h"
#include "net/quic/quic_blocked_writer_interface.h"
#include "net/quic/quic_framer.h"
+#include "net/quic/quic_connection_stats.h"
+#include "net/quic/quic_multipath_sent_packet_manager.h"
#include "net/quic/quic_one_block_arena.h"
#include "net/quic/quic_packet_creator.h"
#include "net/quic/quic_packet_generator.h"
@@ -285,7 +287,7 @@ class NET_EXPORT_PRIVATE QuicConnection
: public QuicFramerVisitorInterface,
public QuicBlockedWriterInterface,
public QuicPacketGenerator::DelegateInterface,
- public QuicSentPacketManager::NetworkChangeVisitor {
+ public QuicSentPacketManagerInterface::NetworkChangeVisitor {
public:
enum AckBundling {
// Send an ack if it's already queued in the connection.

Powered by Google App Engine
This is Rietveld 408576698