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

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

Issue 2609493002: Landing Recent QUIC changes until 05:15 PM, Dec 24, 2016 UTC (Closed)
Patch Set: Fix random. Created 4 years 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_spdy_stream.cc ('k') | net/quic/test_tools/quic_headers_stream_peer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_stream.h
diff --git a/net/quic/core/quic_stream.h b/net/quic/core/quic_stream.h
index 3b3ca6ad0d6358670df7c6a92ad46f8dd1616a23..5e5cfb0ccb1ef15cf3b6b162117b667153f3e495 100644
--- a/net/quic/core/quic_stream.h
+++ b/net/quic/core/quic_stream.h
@@ -179,7 +179,6 @@ class QUIC_EXPORT_PRIVATE QuicStream {
// Get peer IP of the lastest packet which connection is dealing/delt with.
virtual const QuicSocketAddress& PeerAddressOfLatestPacket() const;
- protected:
// Sends as much of 'data' to the connection as the connection will consume,
// and then buffers any remaining data in queued_data_.
// If fin is true: if it is immediately passed on to the session,
@@ -189,6 +188,7 @@ class QUIC_EXPORT_PRIVATE QuicStream {
bool fin,
QuicReferenceCountedPointer<QuicAckListenerInterface> ack_listener);
+ protected:
// Sends as many bytes in the first |count| buffers of |iov| to the connection
// as the connection will consume.
// If |ack_listener| is provided, then it will be notified once all
« no previous file with comments | « net/quic/core/quic_spdy_stream.cc ('k') | net/quic/test_tools/quic_headers_stream_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698