Chromium Code Reviews| Index: net/quic/quic_flags.cc |
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
| index 3358002f7a6a1e46b7ae95a43db63cfd781e5ed8..29d02b6129aa25e3c99204a27985a4cfc82e3b4c 100644 |
| --- a/net/quic/quic_flags.cc |
| +++ b/net/quic/quic_flags.cc |
| @@ -164,3 +164,6 @@ bool FLAGS_quic_simple_packet_number_length = false; |
| // If true, enables QUIC_VERSION_35. |
| bool FLAGS_quic_enable_version_35 = false; |
| + |
| +// If true, enables QUIC_VERSION_36. |
| +bool FLAGS_quic_enable_version_36 = false; |