Chromium Code Reviews| Index: net/base/net_error_list.h |
| =================================================================== |
| --- net/base/net_error_list.h (revision 18321) |
| +++ net/base/net_error_list.h (working copy) |
| @@ -106,6 +106,9 @@ |
| // certificate error. |
| NET_ERROR(CERT_ERROR_IN_SSL_RENEGOTIATION, -116) |
| +// The SSL handshake failed because of a bad or missing client certificate. |
| +NET_ERROR(BAD_SSL_CLIENT_AUTH_CERT, -117) |
| + |
| // Certificate error codes |
| // |
| // The values of certificate error codes must be consecutive. |