Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 8841a2a5a47efa4e252e690f966e54ce5a5bb095..d6aed053226d013c525394d1ff6bfda22f2ad31c 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -292,7 +292,6 @@ enum QuicVersion { |
// Special case to indicate unknown/unsupported QUIC version. |
QUIC_VERSION_UNSUPPORTED = 0, |
- QUIC_VERSION_16 = 16, // STOP_WAITING frame. |
QUIC_VERSION_18 = 18, // PING frame. |
QUIC_VERSION_19 = 19, // Connection level flow control. |
QUIC_VERSION_21 = 21, // Headers/crypto streams are flow controlled. |
@@ -311,8 +310,7 @@ static const QuicVersion kSupportedQuicVersions[] = {QUIC_VERSION_23, |
QUIC_VERSION_22, |
QUIC_VERSION_21, |
QUIC_VERSION_19, |
- QUIC_VERSION_18, |
- QUIC_VERSION_16}; |
+ QUIC_VERSION_18}; |
typedef std::vector<QuicVersion> QuicVersionVector; |