| 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 7e2ceb87932aeae1628c5d6a5a3420d9f45cdbd4..f9ab1b3e3ab7d3d5b175d0eb8993fbbc00845b8c 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -262,6 +262,19 @@ EVENT_TYPE(TCP_CONNECT)
|
| // }
|
| EVENT_TYPE(TCP_CONNECT_ATTEMPT)
|
|
|
| +// The start/end of a TCP connect(). This corresponds with a call to
|
| +// TCPServerSocket::Accept().
|
| +//
|
| +// The END event will contain the following parameters on success:
|
| +// {
|
| +// "address": <Remote address of the accepted connection>,
|
| +// }
|
| +// On failure it contains the following parameters
|
| +// {
|
| +// "net_error": <Net integer error code>,
|
| +// }
|
| +EVENT_TYPE(TCP_ACCEPT)
|
| +
|
| // Marks the begin/end of a socket (TCP/SOCKS/SSL).
|
| EVENT_TYPE(SOCKET_ALIVE)
|
|
|
|
|