| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 38b5e1433733c64eaf1abeb29b1040e8513a1e47..44033d1259ab56a90f6415987ca1fa3f994fcda6 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -164,11 +164,6 @@ NET_ERROR(PROXY_AUTH_REQUESTED, -127)
|
| // A known TLS strict server didn't offer the renegotiation extension.
|
| NET_ERROR(SSL_UNSAFE_NEGOTIATION, -128)
|
|
|
| -// The socket is reporting that we tried to provide new credentials after a
|
| -// a failed attempt on a connection without keep alive. We need to
|
| -// reestablish the transport socket in order to retry the authentication.
|
| -NET_ERROR(RETRY_CONNECTION, -129)
|
| -
|
| // Certificate error codes
|
| //
|
| // The values of certificate error codes must be consecutive.
|
|
|