| Index: net/log/net_log_event_type_list.h
|
| diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
|
| index 24d0ad4a113983a14d99e607b4d9a73bb9571042..4b9bdf9174ec7e5f871cb211794cbcd481fcccdf 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -532,17 +532,6 @@ EVENT_TYPE(SSL_HANDSHAKE_ERROR)
|
| EVENT_TYPE(SSL_READ_ERROR)
|
| EVENT_TYPE(SSL_WRITE_ERROR)
|
|
|
| -// An SSL connection needs to be retried with a lower protocol version because
|
| -// the server may be intolerant of the protocol version we offered.
|
| -// The following parameters are attached to the event:
|
| -// {
|
| -// "host_and_port": <String encoding the host and port>,
|
| -// "net_error": <Net integer error code>,
|
| -// "version_before": <SSL version before the fallback>,
|
| -// "version_after": <SSL version after the fallback>,
|
| -// }
|
| -EVENT_TYPE(SSL_VERSION_FALLBACK)
|
| -
|
| // An SSL connection needs to be retried with more cipher suites because the
|
| // server may require a deprecated cipher suite. The following parameters are
|
| // attached to the event:
|
|
|