| 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 08c5b419aa1274abab13df63f002e243b1ea120b..785f0b3290fd5b635792d4ff929da3c5494ccf73 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -156,3 +156,7 @@ QUIC_FLAG(bool, FLAGS_quic_allow_chlo_buffering, true)
|
| // If true, fix version manager bug, in which version flag does not really
|
| // help.
|
| QUIC_FLAG(bool, FLAGS_quic_fix_version_manager, false)
|
| +
|
| +// Add a new client connection options field to QuicOptions which is only used
|
| +// to configure client side features, such as congestion control.
|
| +QUIC_FLAG(bool, FLAGS_quic_client_connection_options, true)
|
|
|