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

Unified Diff: net/quic/quic_spdy_stream.h

Issue 1910483004: Fixes QuicSpdyStream::ConsumeHeaderList to prod the sequencer when (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@119557380
Patch Set: Rebase Created 4 years, 8 months 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 | « no previous file | net/quic/quic_spdy_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_spdy_stream.h
diff --git a/net/quic/quic_spdy_stream.h b/net/quic/quic_spdy_stream.h
index 29bab655a1e76dec7301c18699b94a9037e14da6..0f0cb9bee42a07079bdc23387d5c4b93334e2046 100644
--- a/net/quic/quic_spdy_stream.h
+++ b/net/quic/quic_spdy_stream.h
@@ -136,7 +136,7 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
void MarkTrailersConsumed(size_t bytes_consumed);
// Clears |header_list_|.
- void ConsumeHeaderList() { header_list_.Clear(); }
+ void ConsumeHeaderList();
// This block of functions wraps the sequencer's functions of the same
// name. These methods return uncompressed data until that has
« no previous file with comments | « no previous file | net/quic/quic_spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698