| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 2e65e1df30c19c386fd72e550b9a20e9f9125c4d..3a7a16edf1e8af953894ddfb99b2cdee3fe26a6a 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -406,9 +406,11 @@ enum QuicErrorCode {
|
| QUIC_CRYPTO_ENCRYPTION_LEVEL_INCORRECT = 44,
|
| // The server config for a server has expired.
|
| QUIC_CRYPTO_SERVER_CONFIG_EXPIRED = 45,
|
| + // We failed to setup the symmetric keys for a connection.
|
| + QUIC_CRYPTO_SYMMETRIC_KEY_SETUP_FAILED = 53,
|
|
|
| // No error. Used as bound while iterating.
|
| - QUIC_LAST_ERROR = 53,
|
| + QUIC_LAST_ERROR = 54,
|
| };
|
|
|
| struct NET_EXPORT_PRIVATE QuicPacketPublicHeader {
|
|
|