| Index: net/base/net_log_event_type_list.h
|
| diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
|
| index 586dd7807154c38b5f799078a987727e1a15c7ee..e67ec95385177f0158d01233238b2d5454996a7b 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -494,6 +494,15 @@ EVENT_TYPE(SSL_WRITE_ERROR)
|
| // }
|
| 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:
|
| +// {
|
| +// "host_and_port": <String encoding the host and port>,
|
| +// "net_error": <Net integer error code>,
|
| +// }
|
| +EVENT_TYPE(SSL_CIPHER_FALLBACK)
|
| +
|
| // We found that our prediction of the server's certificates was correct and
|
| // we merged the verification with the SSLHostInfo. (Note: now obsolete.)
|
| EVENT_TYPE(SSL_VERIFICATION_MERGED)
|
|
|