| 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 cf30a83c101e3ec29d7741aa8da4aeaeafd13d4a..1a853d83e0fcf3caf59c82998213f21f6b2eb4d1 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -969,14 +969,23 @@ EVENT_TYPE(SPDY_SESSION_SYN_STREAM)
|
| // }
|
| EVENT_TYPE(SPDY_SESSION_PUSHED_SYN_STREAM)
|
|
|
| -// This event is sent for a SPDY HEADERS frame.
|
| +// This event is sent for a sending SPDY HEADERS frame.
|
| // The following parameters are attached:
|
| // {
|
| // "flags": <The control frame flags>,
|
| // "headers": <The list of header:value pairs>,
|
| // "id": <The stream id>,
|
| // }
|
| -EVENT_TYPE(SPDY_SESSION_HEADERS)
|
| +EVENT_TYPE(SPDY_SESSION_SEND_HEADERS)
|
| +
|
| +// This event is sent for a receiving SPDY HEADERS frame.
|
| +// The following parameters are attached:
|
| +// {
|
| +// "flags": <The control frame flags>,
|
| +// "headers": <The list of header:value pairs>,
|
| +// "id": <The stream id>,
|
| +// }
|
| +EVENT_TYPE(SPDY_SESSION_RECV_HEADERS)
|
|
|
| // This event is sent for a SPDY SYN_REPLY.
|
| // The following parameters are attached:
|
|
|