| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 1a14201109fe0f4353a7eb558447b51b2c3a9774..9a076b5e14b73e1ffd452d255f321105795b5f43 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -275,7 +275,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_18,
|
| +static const QuicVersion kSupportedQuicVersions[] = {QUIC_VERSION_19,
|
| + QUIC_VERSION_18,
|
| QUIC_VERSION_17,
|
| QUIC_VERSION_16,
|
| QUIC_VERSION_15};
|
|
|