| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 7f576f41b167c3b426b56395229802218b7d2cb4..be1b712cc7eb76c39ef5484d0f100bec97ce0db5 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -363,6 +363,9 @@ NET_ERROR(CT_STH_INCOMPLETE, -169)
|
| // internally by the network stack.
|
| NET_ERROR(UNABLE_TO_REUSE_CONNECTION_FOR_PROXY_AUTH, -170)
|
|
|
| +// Certificate Transparency: Failed to parse the received consistency proof.
|
| +NET_ERROR(CT_CONSISTENCY_PROOF_PARSING_FAILED, -171)
|
| +
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|