| Index: net/base/net_error_list.h
|
| diff --git a/net/base/net_error_list.h b/net/base/net_error_list.h
|
| index 363b305be1329bb173eb6cecd5f6f5618a384fad..b1849147e49e9691928340778171641443f6afb3 100644
|
| --- a/net/base/net_error_list.h
|
| +++ b/net/base/net_error_list.h
|
| @@ -206,9 +206,6 @@ NET_ERROR(SSL_BAD_RECORD_MAC_ALERT, -126)
|
| // The proxy requested authentication (for tunnel establishment).
|
| NET_ERROR(PROXY_AUTH_REQUESTED, -127)
|
|
|
| -// A known TLS strict server didn't offer the renegotiation extension.
|
| -NET_ERROR(SSL_UNSAFE_NEGOTIATION, -128)
|
| -
|
| // The SSL server attempted to use a weak ephemeral Diffie-Hellman key.
|
| NET_ERROR(SSL_WEAK_SERVER_EPHEMERAL_DH_KEY, -129)
|
|
|
|
|