Index: net/quic/quic_protocol.h |
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h |
index 48e647fe2ccbf3380e005f70054ef46bbd45d28b..b3f11cbd38335a25085b3772a281a68d67271a36 100644 |
--- a/net/quic/quic_protocol.h |
+++ b/net/quic/quic_protocol.h |
@@ -220,6 +220,8 @@ enum QuicErrorCode { |
// There was no intersection between the crypto primitives supported by the |
// peer and ourselves. |
QUIC_CRYPTO_NO_SUPPORT, |
+ // The server rejected our client hello messages too many times. |
+ QUIC_CRYPTO_TOO_MANY_REJECTS, |
// No error. Used as bound while iterating. |
QUIC_LAST_ERROR, |