| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index e3302308d13042976695d27297fa548e81a5ab09..8c8718c6737bfcfb1b9f09765bf35c18b7250d55 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -45,6 +45,9 @@ bool FLAGS_enable_quic_stateless_reject_support = true;
|
| // client connection option ACKD.
|
| bool FLAGS_quic_ack_decimation = 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;
|
|
|
|
|