| 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 031c97e30c0d8573f6cf050ff6a91c4365eec860..d37722968b99f50bdc5017328a1b618979be9d3d 100644
|
| --- a/net/log/net_log_event_type_list.h
|
| +++ b/net/log/net_log_event_type_list.h
|
| @@ -521,15 +521,6 @@ EVENT_TYPE(SSL_HANDSHAKE_ERROR)
|
| EVENT_TYPE(SSL_READ_ERROR)
|
| EVENT_TYPE(SSL_WRITE_ERROR)
|
|
|
| -// 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:
|
| -// {
|
| -// "host_and_port": <String encoding the host and port>,
|
| -// "net_error": <Net integer error code>,
|
| -// }
|
| -EVENT_TYPE(SSL_CIPHER_FALLBACK)
|
| -
|
| // An SSL connection needs to be retried with a lower protocol version to detect
|
| // if the error was due to a middlebox interfering with the protocol version we
|
| // offered.
|
|
|