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

Unified Diff: net/quic/core/quic_connection_stats.cc

Issue 2487613002: Landing Recent QUIC changes until 12:43 PM, Nov 5, 2016 UTC+8 (Closed)
Patch Set: Created 4 years, 1 month 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/core/quic_connection_stats.h ('k') | net/quic/core/quic_connection_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection_stats.cc
diff --git a/net/quic/core/quic_connection_stats.cc b/net/quic/core/quic_connection_stats.cc
index 5b231c6711240c77eb008b2a548f6db11f70bbb7..7d50bf8f56724d945023a2904b42834ddd6d69b0 100644
--- a/net/quic/core/quic_connection_stats.cc
+++ b/net/quic/core/quic_connection_stats.cc
@@ -39,7 +39,9 @@ QuicConnectionStats::QuicConnectionStats()
max_sequence_reordering(0),
max_time_reordering_us(0),
tcp_loss_events(0),
- connection_creation_time(QuicTime::Zero()) {}
+ connection_creation_time(QuicTime::Zero()),
+ blocked_frames_received(0),
+ blocked_frames_sent(0) {}
QuicConnectionStats::QuicConnectionStats(const QuicConnectionStats& other) =
default;
« no previous file with comments | « net/quic/core/quic_connection_stats.h ('k') | net/quic/core/quic_connection_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698