| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index b6fd034dca29258df8dfbcab4d18fbc6d737d38d..db902a0fa48149d383de8eb8da55e370b7029546 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -279,6 +279,8 @@ enum QuicRstStreamErrorCode {
|
| QUIC_STREAM_CONNECTION_ERROR,
|
| // GoAway frame sent. No more stream can be created.
|
| QUIC_STREAM_PEER_GOING_AWAY,
|
| + // The stream has been cancelled.
|
| + QUIC_STREAM_CANCELLED,
|
|
|
| // No error. Used as bound while iterating.
|
| QUIC_STREAM_LAST_ERROR,
|
|
|