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

Unified Diff: net/quic/core/quic_spdy_stream.h

Issue 2322233004: Landing Recent QUIC changes until Sun Sep 4 03:41:00 (Closed)
Patch Set: Remove simulation files from the build. Created 4 years, 3 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 | « net/quic/core/quic_session_test.cc ('k') | net/quic/core/quic_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_spdy_stream.h
diff --git a/net/quic/core/quic_spdy_stream.h b/net/quic/core/quic_spdy_stream.h
index acbf8c03c9aadf721f1dccd73773e2bb7ed4e5da..078a3ed726a02a0f91cfaa0f9ef9a4d5e85651ca 100644
--- a/net/quic/core/quic_spdy_stream.h
+++ b/net/quic/core/quic_spdy_stream.h
@@ -186,6 +186,9 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
return received_trailers_;
}
+ // Returns true if headers have been fully read and consumed.
+ bool FinishedReadingHeaders() const;
+
virtual SpdyPriority priority() const;
// Sets priority_ to priority. This should only be called before bytes are
@@ -214,9 +217,6 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
QuicSpdySession* spdy_session() const { return spdy_session_; }
Visitor* visitor() { return visitor_; }
- // Returns true if headers have been fully read and consumed.
- bool FinishedReadingHeaders() const;
-
// Redirects to the headers stream if force HOL blocking enabled,
// otherwise just pass through.
QuicConsumedData WritevDataInner(
« no previous file with comments | « net/quic/core/quic_session_test.cc ('k') | net/quic/core/quic_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698