| 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 819b115482f7ca71000c68767dc711408c548c00..755407a1976cdac8b9b2985104ed5cdffabc4c04 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -976,14 +976,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:
|
|
|