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

Unified Diff: net/quic/quic_protocol.cc

Issue 1660533002: Landing Recent QUIC changes until 01/26/2016 18:14 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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_protocol.h ('k') | net/quic/quic_sent_packet_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.cc
diff --git a/net/quic/quic_protocol.cc b/net/quic/quic_protocol.cc
index 51aa1859e72d02678161c931fd6206be8670bcb0..4e5eb8921aa74581aeaf510d8d91fac4cc437dba 100644
--- a/net/quic/quic_protocol.cc
+++ b/net/quic/quic_protocol.cc
@@ -808,7 +808,6 @@ TransmissionInfo::TransmissionInfo()
is_fec_packet(false),
has_crypto_handshake(false),
needs_padding(false),
- all_transmissions(nullptr),
retransmission(0) {}
TransmissionInfo::TransmissionInfo(EncryptionLevel level,
@@ -830,7 +829,6 @@ TransmissionInfo::TransmissionInfo(EncryptionLevel level,
is_fec_packet(is_fec_packet),
has_crypto_handshake(has_crypto_handshake),
needs_padding(needs_padding),
- all_transmissions(nullptr),
retransmission(0) {}
TransmissionInfo::~TransmissionInfo() {}
« no previous file with comments | « net/quic/quic_protocol.h ('k') | net/quic/quic_sent_packet_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698