Index: net/quic/core/quic_connection.h |
diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h |
index bb86c425b542183c4c52db7d2afb5dd61f16fd1f..a853cd562058153a3583ec8413f0cf6d762591cb 100644 |
--- a/net/quic/core/quic_connection.h |
+++ b/net/quic/core/quic_connection.h |
@@ -46,7 +46,6 @@ |
#include "net/quic/core/quic_packet_writer.h" |
#include "net/quic/core/quic_protocol.h" |
#include "net/quic/core/quic_received_packet_manager.h" |
-#include "net/quic/core/quic_sent_entropy_manager.h" |
#include "net/quic/core/quic_sent_packet_manager_interface.h" |
#include "net/quic/core/quic_time.h" |
#include "net/quic/core/quic_types.h" |
@@ -784,10 +783,6 @@ class NET_EXPORT_PRIVATE QuicConnection |
// Deletes and clears any queued packets. |
void ClearQueuedPackets(); |
- // Closes the connection if the sent or received packet manager are tracking |
- // too many outstanding packets. |
- void MaybeCloseIfTooManyOutstandingPackets(); |
- |
// Writes as many queued packets as possible. The connection must not be |
// blocked when this is called. |
void WriteQueuedPackets(); |
@@ -953,7 +948,6 @@ class NET_EXPORT_PRIVATE QuicConnection |
bool close_connection_after_five_rtos_; |
QuicReceivedPacketManager received_packet_manager_; |
- QuicSentEntropyManager sent_entropy_manager_; |
// Indicates whether an ack should be sent the next time we try to write. |
bool ack_queued_; |