Index: net/quic/quic_connection_logger.cc |
diff --git a/net/quic/quic_connection_logger.cc b/net/quic/quic_connection_logger.cc |
index 8a9c3a711181be7109d1f7232168fd43a2cf0713..e1c02238acf3a7ff6e59c58e225d8255bfcdd9f0 100644 |
--- a/net/quic/quic_connection_logger.cc |
+++ b/net/quic/quic_connection_logger.cc |
@@ -369,6 +369,8 @@ QuicConnectionLogger::~QuicConnectionLogger() { |
num_blocked_frames_received_); |
UMA_HISTOGRAM_COUNTS("Net.QuicSession.BlockedFrames.Sent", |
num_blocked_frames_sent_); |
+ UMA_HISTOGRAM_COUNTS("Net.QuicSession.HeadersStream.EarlyFramesReceived", |
+ session_->headers_stream()->num_early_frames_received()); |
if (num_frames_received_ > 0) { |
int duplicate_stream_frame_per_thousand = |