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

Unified Diff: net/quic/quic_connection_logger.cc

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 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_logger.cc
diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc
index 288d3ddfe0185ee85f1d23bdfb39cb3cf796ea2f..8df0594b67a6547716409c68d20cfa51e8a2a6dd 100644
--- a/net/quic/quic_connection_logger.cc
+++ b/net/quic/quic_connection_logger.cc
@@ -36,7 +36,6 @@ Value* NetLogQuicPacketHeaderCallback(const QuicPacketHeader* header,
base::Uint64ToString(header->packet_sequence_number));
dict->SetInteger("entropy_flag", header->entropy_flag);
dict->SetInteger("fec_flag", header->fec_flag);
- dict->SetInteger("fec_entropy_flag", header->fec_entropy_flag);
dict->SetInteger("fec_group", header->fec_group);
return dict;
}

Powered by Google App Engine
This is Rietveld 408576698