| Index: net/quic/quic_headers_stream.cc
|
| diff --git a/net/quic/quic_headers_stream.cc b/net/quic/quic_headers_stream.cc
|
| index 7cc85983dfb31c60e140fe33660d1d7f0847e89f..0e2da5e00115dd891147f799f936b97b6961e3ee 100644
|
| --- a/net/quic/quic_headers_stream.cc
|
| +++ b/net/quic/quic_headers_stream.cc
|
| @@ -10,6 +10,7 @@
|
| #include "net/quic/quic_bug_tracker.h"
|
| #include "net/quic/quic_flags.h"
|
| #include "net/quic/quic_header_list.h"
|
| +#include "net/quic/quic_headers_stream.h"
|
| #include "net/quic/quic_spdy_session.h"
|
| #include "net/quic/quic_time.h"
|
|
|
| @@ -374,8 +375,6 @@
|
| }
|
|
|
| void QuicHeadersStream::OnHeaderList(const QuicHeaderList& header_list) {
|
| - DVLOG(1) << "Received header list for stream " << stream_id_ << ": "
|
| - << header_list.DebugString();
|
| if (measure_headers_hol_blocking_time_) {
|
| if (prev_max_timestamp_ > cur_max_timestamp_) {
|
| // prev_max_timestamp_ > cur_max_timestamp_ implies that
|
|
|