| Index: net/quic/core/quic_flags.cc
|
| diff --git a/net/quic/core/quic_flags.cc b/net/quic/core/quic_flags.cc
|
| index e09dbe77c8741bc211ebf9b241495426ed086ad7..c261d10274d7de7636b807d403e5643788930b5a 100644
|
| --- a/net/quic/core/quic_flags.cc
|
| +++ b/net/quic/core/quic_flags.cc
|
| @@ -93,9 +93,12 @@ bool FLAGS_quic_simple_packet_number_length = true;
|
| // If true, enables QUIC_VERSION_35.
|
| bool FLAGS_quic_enable_version_35 = true;
|
|
|
| -// If true, enables QUIC_VERSION_36.
|
| +// If true, re-enables QUIC_VERSION_36.
|
| bool FLAGS_quic_enable_version_36 = true;
|
|
|
| +// If true, enables QUIC_VERSION_36.
|
| +bool FLAGS_quic_enable_version_36_v2 = true;
|
| +
|
| // If true, requires support for X509 certificates in QUIC CHLO PDMDs.
|
| bool FLAGS_quic_require_x509 = true;
|
|
|
|
|