| 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 b3e2c6fade4d81349d7715fb81e6a7b5e3761de7..284b473f2a382966f1b977590c3c74abd02f4bf9 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -549,6 +549,10 @@ EVENT_TYPE(SSL_SOCKET_BYTES_RECEIVED)
|
| EVENT_TYPE(SOCKET_READ_ERROR)
|
| EVENT_TYPE(SOCKET_WRITE_ERROR)
|
|
|
| +// The socket was closed locally (The socket may or may not have been closed
|
| +// by the remote side already)
|
| +EVENT_TYPE(SOCKET_CLOSED)
|
| +
|
| // Certificates were received from the SSL server (during a handshake or
|
| // renegotiation). This event is only present when logging at LOG_ALL.
|
| // The following parameters are attached to the event:
|
|
|