| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index eca6cee627b989a5e4fa34840a16747065234a26..d4bdd07aa34595c785dd9654d00c2f6a44069c1e 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -252,7 +252,8 @@ enum QuicVersion {
|
| //
|
| // IMPORTANT: if you are addding to this list, follow the instructions at
|
| // http://sites/quic/adding-and-removing-versions
|
| -static const QuicVersion kSupportedQuicVersions[] = {QUIC_VERSION_12};
|
| +static const QuicVersion kSupportedQuicVersions[] = {QUIC_VERSION_13,
|
| + QUIC_VERSION_12};
|
|
|
| typedef std::vector<QuicVersion> QuicVersionVector;
|
|
|
|
|