Index: net/base/net_error_list.h |
diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h |
index ab4b45fe6e30b0371f7982fc8b487578a6ba160a..7a1c30d85777f8d4aba62cfd3c72774883ac9d18 100644 |
--- a/net/base/net_error_list.h |
+++ b/net/base/net_error_list.h |
@@ -229,6 +229,15 @@ NET_ERROR(HTTPS_PROXY_TUNNEL_RESPONSE, -140) |
// valid, or the CSP won't allow arbitrary data to be signed. |
NET_ERROR(SSL_CLIENT_AUTH_SIGNATURE_FAILED, -141) |
+// The server requested TLS client authentication using a username and password. |
+NET_ERROR(TLS_CLIENT_LOGIN_NEEDED, -142) |
+ |
+// The server indicated that the client's TLS login failed. |
+NET_ERROR(TLS_CLIENT_LOGIN_FAILED, -143) |
+ |
+// The server indicated that the pre-shared key or SRP identity is unknown. |
+NET_ERROR(SSL_UNKNOWN_PSK_IDENTITY_ALERT, -144) |
+ |
// Certificate error codes |
// |
// The values of certificate error codes must be consecutive. |