| Index: net/quic/core/quic_protocol.h
|
| diff --git a/net/quic/core/quic_protocol.h b/net/quic/core/quic_protocol.h
|
| index bc609d2e836ed9e5850535f4c4e912d1709e355f..02903cb78c8010724ada1366f7ca1c9535176296 100644
|
| --- a/net/quic/core/quic_protocol.h
|
| +++ b/net/quic/core/quic_protocol.h
|
| @@ -490,6 +490,8 @@ enum QuicRstStreamErrorCode {
|
| QUIC_PROMISE_VARY_MISMATCH,
|
| // Only GET and HEAD methods allowed.
|
| QUIC_INVALID_PROMISE_METHOD,
|
| + // The push stream is unclaimed and timed out.
|
| + QUIC_PUSH_STREAM_TIMED_OUT,
|
| // No error. Used as bound while iterating.
|
| QUIC_STREAM_LAST_ERROR,
|
| };
|
|
|