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

Unified Diff: net/quic/quic_headers_stream.cc

Issue 1410243007: Add a new method to QuicSpdySession (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106714904
Patch Set: Created 5 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/quic_chromium_client_session.cc ('k') | net/quic/quic_headers_stream_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_headers_stream.cc
diff --git a/net/quic/quic_headers_stream.cc b/net/quic/quic_headers_stream.cc
index d86437f2a8e3a644c39e1668c0921b53143b515c..40e30e6bdfd05fa88d02d8331223d419552febd6 100644
--- a/net/quic/quic_headers_stream.cc
+++ b/net/quic/quic_headers_stream.cc
@@ -289,9 +289,7 @@ void QuicHeadersStream::OnControlFrameHeaderData(SpdyStreamId stream_id,
DVLOG(1) << "stream " << stream_id
<< ": Net.QuicSession.HeadersHOLBlockedTime "
<< delta.ToMilliseconds();
- UMA_HISTOGRAM_TIMES(
- "Net.QuicSession.HeadersHOLBlockedTime",
- base::TimeDelta::FromMicroseconds(delta.ToMicroseconds()));
+ spdy_session_->OnHeadersHeadOfLineBlocking(delta);
}
prev_max_timestamp_ = std::max(prev_max_timestamp_, cur_max_timestamp_);
cur_max_timestamp_ = QuicTime::Zero();
« no previous file with comments | « net/quic/quic_chromium_client_session.cc ('k') | net/quic/quic_headers_stream_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698