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