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

Unified Diff: net/quic/quic_protocol.h

Issue 1014433002: Land Recent QUIC Changes until 03/09/2015. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@replaces_Perspective_enun_88006458
Patch Set: Rebase - added NET_EXPORT_PRIVATE to fix compiler error Created 5 years, 9 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/quic_flags.cc ('k') | net/quic/quic_protocol.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index d851f1b1e7d0d1ef67deae2162c7e9c6be64fa3c..69b2ab41c00b627a34a62f1e0b2ebc6509cb03c2 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -979,6 +979,9 @@ class NET_EXPORT_PRIVATE RetransmittableFrames {
const QuicFrame& AddStreamFrame(QuicStreamFrame* stream_frame);
// Takes ownership of the frame inside |frame|.
const QuicFrame& AddNonStreamFrame(const QuicFrame& frame);
+ // Removes all stream frames associated with |stream_id|.
+ void RemoveFramesForStream(QuicStreamId stream_id);
+
const QuicFrames& frames() const { return frames_; }
IsHandshake HasCryptoHandshake() const {
« no previous file with comments | « net/quic/quic_flags.cc ('k') | net/quic/quic_protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698