Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index 94dcb1da471e0c94150a48245476cc7b606cb863..0871d524a201edd0ed1755b6e8058847fc37f81b 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -39,9 +39,6 @@ bool FLAGS_enable_quic_stateless_reject_support = true; |
// This flag is not in use, just to keep consistency for shared code. |
bool FLAGS_quic_always_log_bugs_for_tests = false; |
-// If true, flow controller may grow the receive window size if necessary. |
-bool FLAGS_quic_auto_tune_receive_window = true; |
- |
// If true, multipath is enabled for the connection. |
bool FLAGS_quic_enable_multipath = false; |