| 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 e5716850ab9c56a0b8feee52c0121ea9cbec5c71..f1bc4f86131b2d1e9997646adb4e0cb3f07eb28b 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -325,6 +325,9 @@ EVENT_TYPE(SOCKS_UNKNOWN_ADDRESS_TYPE)
|
| // The start/end of a SSL connect().
|
| EVENT_TYPE(SSL_CONNECT)
|
|
|
| +// The start/end of a SSL accept().
|
| +EVENT_TYPE(SSL_ACCEPT)
|
| +
|
| // An SSL error occurred while trying to do the indicated activity.
|
| // The following parameters are attached to the event:
|
| // {
|
|
|