Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 3feb64664fdfdb9202b61315719b89e5f1d8bcc1..70361c7e55f6d60cd68519401c4ac0a84926e2b0 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -85,3 +85,9 @@ bool FLAGS_allow_many_available_streams = true; |
// recvmmsg fills all of the passed in messages. Otherwise, it will return true |
// if recvmmsg read any messages. |
bool FLAGS_quic_read_packets_full_recvmmsg = true; |
+ |
+// If true, QUIC will measure head of line (HOL) blocking due between |
+// streams due to packet losses on the headers stream. The |
+// measurements will be surfaced via UMA histogram |
+// Net.QuicSession.HeadersHOLBlockedTime. |
+bool FLAGS_quic_measure_headers_hol_blocking_time = true; |