Index: components/domain_reliability/quic_error_mapping.cc |
diff --git a/components/domain_reliability/quic_error_mapping.cc b/components/domain_reliability/quic_error_mapping.cc |
index 1e8a965aa36e330ec4b0eb72c79ad91e076793e6..853f49fa5306c042034c3b8e7a9ff9c9a9e54606 100644 |
--- a/components/domain_reliability/quic_error_mapping.cc |
+++ b/components/domain_reliability/quic_error_mapping.cc |
@@ -165,6 +165,8 @@ const struct QuicErrorMapping { |
// values. |
{ net::QUIC_CRYPTO_MESSAGE_INDEX_NOT_FOUND, |
"quic_crypto_message_index_not_found" }, |
+ // A demand for an unsupport proof type was received. |
+ { net::QUIC_UNSUPPORTED_PROOF_DEMAND, "quic.unsupported_proof_demand" }, |
// An internal error occured in crypto processing. |
{ net::QUIC_CRYPTO_INTERNAL_ERROR, "quic.crypto.internal_error" }, |
// A crypto handshake message specified an unsupported version. |