| 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 3bfe4fdd95ebb07c1e5bfe451804bc9d2114dd3f..968c39d3cbd1855ec675c05982b6db8b88a153a6 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1201,9 +1201,12 @@ EVENT_TYPE(SPDY_SESSION_POOL_REMOVE_SESSION)
|
| // The begin and end of a SPDY STREAM.
|
| EVENT_TYPE(SPDY_STREAM)
|
|
|
| -// Logs that a stream attached to a pushed stream.
|
| +// A stream is attached to a pushed stream.
|
| EVENT_TYPE(SPDY_STREAM_ADOPTED_PUSH_STREAM)
|
|
|
| +// A stream is unstalled by flow control.
|
| +EVENT_TYPE(SPDY_STREAM_FLOW_CONTROL_UNSTALLED)
|
| +
|
| // This event indicates that the send window has been updated for a stream.
|
| // {
|
| // "id": <The stream id>,
|
|
|