Index: net/quic/core/quic_utils.cc |
diff --git a/net/quic/core/quic_utils.cc b/net/quic/core/quic_utils.cc |
index 1566f1063176433c997d5191c30312add3aef5cc..9bf9c5d11ad66208387b46d1b113de92a94d5370 100644 |
--- a/net/quic/core/quic_utils.cc |
+++ b/net/quic/core/quic_utils.cc |
@@ -203,6 +203,7 @@ const char* QuicUtils::StreamErrorToString(QuicRstStreamErrorCode error) { |
RETURN_STRING_LITERAL(QUIC_PROMISE_VARY_MISMATCH); |
RETURN_STRING_LITERAL(QUIC_INVALID_PROMISE_METHOD); |
RETURN_STRING_LITERAL(QUIC_PUSH_STREAM_TIMED_OUT); |
+ RETURN_STRING_LITERAL(QUIC_HEADERS_TOO_LARGE); |
} |
// Return a default value so that we return this when |error| doesn't match |
// any of the QuicRstStreamErrorCodes. This can happen when the RstStream |