Chromium Code Reviews| Index: net/log/net_log_event_type_list.h |
| diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h |
| index bfdc0945062aa2c0b5477ed72ecaf358b175a18c..acb36386f3162957e3188e4448136a60422b280b 100644 |
| --- a/net/log/net_log_event_type_list.h |
| +++ b/net/log/net_log_event_type_list.h |
| @@ -1303,6 +1303,19 @@ EVENT_TYPE(BIDIRECTIONAL_STREAM_READY) |
| EVENT_TYPE(BIDIRECTIONAL_STREAM_FAILED) |
| // ------------------------------------------------------------------------ |
| +// PUSH_LOOKUP_TRANSACTION |
| +// ------------------------------------------------------------------------ |
| + |
| +// The start/end of a push lookup transaction for server push. |
| +// { |
| +// "source_dependency": <Source identifier for the server push lookp. |
| +// It can be a QUIC_SESSION or a HTTP2_SESSION>, |
| +// "pushed_url": <The url that has been pushed and looked up>, |
| +// } |
| +EVENT_TYPE(PUSH_LOOKUP_TRANSACTION) |
| +EVENT_TYPE(PUSH_FOUND_IN_CACHE) |
|
Ryan Hamilton
2017/02/06 23:34:55
Can you add a comment for PUSH_FOUND_IN_CACHE?
|
| + |
| +// ------------------------------------------------------------------------ |
| // SpdySession |
| // ------------------------------------------------------------------------ |