Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 3358002f7a6a1e46b7ae95a43db63cfd781e5ed8..30916711e34d993100ab6913fe854d724dfb1549 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -66,10 +66,6 @@ bool FLAGS_quic_require_fix = true; |
// If true, headers stream will support receiving PUSH_PROMISE frames. |
bool FLAGS_quic_supports_push_promise = true; |
-// If true, make sure new incoming streams correctly cede to higher |
-// priority (or batch) streams when doing QUIC writes. |
-bool FLAGS_quic_cede_correctly = true; |
- |
// Resend 0RTT requests in response to an REJ that re-establishes encryption. |
bool FLAGS_quic_reply_to_rej = true; |