Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index cbddad9b977b4fccc7ff6cd3a992b73f80d1d537..ff0df9e9bfb267be07cebb54bf036a323e7eb17c 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -92,10 +92,6 @@ bool FLAGS_quic_use_hash_in_scup = true; |
// flags. |
bool FLAGS_quic_use_old_public_reset_packets = true; |
-// Ignore the peer's recieve buffer size and instead set max CWND based on the |
-// amount of data the sender is willing to have in flight. |
-bool FLAGS_quic_ignore_srbf = true; |
- |
// Allow the NPRR connection option which reduces QUIC\'s pacing rate during |
// recovery instead of PRR. |
bool FLAGS_quic_allow_noprr = true; |