| 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 494b762fca8c79372f9f06ad3656ba6ce14b07ee..d6e61878acb09217731317d76ad7c5182d2eaf7c 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1325,6 +1325,10 @@ EVENT_TYPE(SPDY_SESSION_POOL_REMOVE_SESSION)
|
| EVENT_TYPE(SPDY_STREAM)
|
|
|
| // A stream is attached to a pushed stream.
|
| +// {
|
| +// "stream_id": <The stream id>,
|
| +// "url": <The url of the pushed resource>,
|
| +// }
|
| EVENT_TYPE(SPDY_STREAM_ADOPTED_PUSH_STREAM)
|
|
|
| // A stream is unstalled by flow control.
|
|
|