Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 110129) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -373,13 +373,17 @@ |
| // The host name specified in the certificate is not unique. |
| NET_ERROR(CERT_NON_UNIQUE_NAME, -210) |
| +// The server responded with a certificate that contains a weak key (e.g. |
|
wtc
2011/11/17 02:52:18
Nit: Shorten this to "The server's certificate con
|
| +// a too-small RSA key). |
| +NET_ERROR(CERT_WEAK_KEY, -211) |
| + |
| // 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, -211) |
| +NET_ERROR(CERT_END, -212) |
| // The URL is invalid. |
| NET_ERROR(INVALID_URL, -300) |