Index: net/quic/core/quic_flags_list.h |
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h |
index 1b1c7373bbbb42564291b1bde4a9b5d2f0d190f7..d41bdfe1de5bd9b96bfbb5623f6ac47d301c4340 100644 |
--- a/net/quic/core/quic_flags_list.h |
+++ b/net/quic/core/quic_flags_list.h |
@@ -92,10 +92,6 @@ QUIC_FLAG(bool, FLAGS_quic_sequencer_buffer_retire_block_in_time, true) |
// too large. |
QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true) |
-// If true, close the write side of a QUIC spdy stream when all queued bytes |
-// have been written and a FIN has been sent. |
-QUIC_FLAG(bool, FLAGS_quic_close_stream_after_writing_queued_data, true) |
- |
// If true, close connection with QUIC_TOO_MANY_FRAME_GAPS error when number of |
// gaps in QuicStreamSequenceBuffer exceeds allowed limit. |
QUIC_FLAG(bool, FLAGS_quic_limit_frame_gaps_in_buffer, true) |