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

Unified Diff: net/quic/quic_connection.h

Issue 515003003: Remove PacketType from QUIC because the QUEUED type is not used and the (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dont_send_SCUP_message_74132773
Patch Set: 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 | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_connection.h
diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
index 66681065acd6e4bab12cf13c486d3d061dbdf9e9..29605b88329d6ca8410748f5b70d99ed9497d932 100644
--- a/net/quic/quic_connection.h
+++ b/net/quic/quic_connection.h
@@ -231,12 +231,6 @@ class NET_EXPORT_PRIVATE QuicConnection
public QuicPacketGenerator::DelegateInterface,
public QuicSentPacketManager::NetworkChangeVisitor {
public:
- enum PacketType {
- NORMAL,
- QUEUED,
- CONNECTION_CLOSE
- };
-
enum AckBundling {
NO_ACK = 0,
SEND_ACK = 1,
@@ -576,7 +570,7 @@ class NET_EXPORT_PRIVATE QuicConnection
TransmissionType transmission_type;
HasRetransmittableData retransmittable;
IsHandshake handshake;
- PacketType type;
+ bool is_connection_close;
QuicByteCount length;
};
« no previous file with comments | « no previous file | net/quic/quic_connection.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698