| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index ac3cf75c145e101678e269b62dc43c1c8891847e..6ff0f32cb42c0c96702c631b11b3ff20c9ea77bf 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -978,6 +978,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 {
|
|
|