| 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..158efc98f5ccb1a8c325b16ebfafdbdd065810cd 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1206,6 +1206,15 @@ EVENT_TYPE(SPDY_SESSION_SEND_DATA)
|
| // }
|
| EVENT_TYPE(SPDY_SESSION_RECV_DATA)
|
|
|
| +// This event is sent for a receiving SPDY PUSH_PROMISE frame.
|
| +// The following parameters are attached:
|
| +// {
|
| +// "headers": <The list of header:value pairs>,
|
| +// "id": <The stream id>,
|
| +// "promised_stream_id": <The stream id>,
|
| +// }
|
| +EVENT_TYPE(SPDY_SESSION_RECV_PUSH_PROMISE)
|
| +
|
| // A stream is stalled by the session send window being closed.
|
| EVENT_TYPE(SPDY_SESSION_STREAM_STALLED_BY_SESSION_SEND_WINDOW)
|
|
|
|
|