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

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

Issue 2393233002: Remove OnDataAvailable() notification when trailers are to be delivered (Closed)
Patch Set: Address Andrei's comments Created 4 years, 2 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/chromium/quic_chromium_client_stream_test.cc ('k') | net/quic/core/quic_spdy_stream.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 078a3ed726a02a0f91cfaa0f9ef9a4d5e85651ca..b29ad94a530883134258852411ce33c9961cbf21 100644
--- a/net/quic/core/quic_spdy_stream.h
+++ b/net/quic/core/quic_spdy_stream.h
@@ -189,6 +189,9 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
// Returns true if headers have been fully read and consumed.
bool FinishedReadingHeaders() const;
+ // Returns true if trailers have been fully read and consumed.
+ bool FinishedReadingTrailers() const;
+
Zhongyi Shi 2016/10/05 23:16:29 You will need to create a internal CL to port the
virtual SpdyPriority priority() const;
// Sets priority_ to priority. This should only be called before bytes are
@@ -230,9 +233,6 @@ class NET_EXPORT_PRIVATE QuicSpdyStream : public ReliableQuicStream {
friend class test::ReliableQuicStreamPeer;
friend class QuicStreamUtils;
- // Returns true if trailers have been fully read and consumed.
- bool FinishedReadingTrailers() const;
-
QuicSpdySession* spdy_session_;
Visitor* visitor_;
« no previous file with comments | « net/quic/chromium/quic_chromium_client_stream_test.cc ('k') | net/quic/core/quic_spdy_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698