| 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 92c65d1f132563512f5482492d18b3646380e48d..e9c103077dc38d1173f310a0ffc40b1ed7d1b036 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:
|
| // {
|
|
|