| Index: net/quic/core/quic_stream_sequencer_buffer.h
|
| diff --git a/net/quic/core/quic_stream_sequencer_buffer.h b/net/quic/core/quic_stream_sequencer_buffer.h
|
| index 40bf64e4d17102d172dd52a030ac65582f1539e5..9549d1fbd64a0b8ed90037fb73adac10217581d3 100644
|
| --- a/net/quic/core/quic_stream_sequencer_buffer.h
|
| +++ b/net/quic/core/quic_stream_sequencer_buffer.h
|
| @@ -168,10 +168,6 @@ class NET_EXPORT_PRIVATE QuicStreamSequencerBuffer {
|
| // Count how many bytes are in buffer at this moment.
|
| size_t BytesBuffered() const;
|
|
|
| - bool reduce_sequencer_buffer_memory_life_time() const {
|
| - return reduce_sequencer_buffer_memory_life_time_;
|
| - }
|
| -
|
| private:
|
| friend class test::QuicStreamSequencerBufferPeer;
|
|
|
| @@ -241,10 +237,6 @@ class NET_EXPORT_PRIVATE QuicStreamSequencerBuffer {
|
| // Contains Gaps which represents currently missing data.
|
| std::list<Gap> gaps_;
|
|
|
| - // If true, allocate buffer memory upon the first frame arrival and release
|
| - // the memory when stream is read closed.
|
| - bool reduce_sequencer_buffer_memory_life_time_;
|
| -
|
| // An ordered, variable-length list of blocks, with the length limited
|
| // such that the number of blocks never exceeds blocks_count_.
|
| // Each list entry can hold up to kBlockSizeBytes bytes.
|
|
|