| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index f07877eab8dbe8521c7842de6a59130edcb97b64..f89655b4f38e31fb66618b05c3b16008a5c7c6ac 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -410,13 +410,16 @@ NET_ERROR(CERT_WEAK_KEY, -211)
|
| // The certificate claimed DNS names that are in violation of name constraints.
|
| NET_ERROR(CERT_NAME_CONSTRAINT_VIOLATION, -212)
|
|
|
| +// The certificate's validity period is too long.
|
| +NET_ERROR(CERT_TOO_LONG_VALIDITY, -213)
|
| +
|
| // Add new certificate error codes here.
|
| //
|
| // Update the value of CERT_END whenever you add a new certificate error
|
| // code.
|
|
|
| // The value immediately past the last certificate error code.
|
| -NET_ERROR(CERT_END, -213)
|
| +NET_ERROR(CERT_END, -214)
|
|
|
| // The URL is invalid.
|
| NET_ERROR(INVALID_URL, -300)
|
|
|