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 80ec0ec8f6153765f58a46429dca111abf54d9ef..50e9a8491e7baabe81c3c7c08975dda2fb63911a 100644 |
--- a/net/log/net_log_event_type_list.h |
+++ b/net/log/net_log_event_type_list.h |
@@ -1535,6 +1535,15 @@ EVENT_TYPE(HTTP2_STREAM_UPDATE_RECV_WINDOW) |
// } |
EVENT_TYPE(HTTP2_STREAM_ERROR) |
+// A PRIORITY update is sent to the server. |
+// { |
+// "stream_id": <The stream id>, |
+// "parent_stream_id": <The stream's new parent stream>, |
+// "weight": <The stream's new weight>, |
+// "exclusive": <Whether the new dependency is exclusive>, |
+// } |
+EVENT_TYPE(HTTP2_STREAM_SEND_PRIORITY) |
+ |
// ------------------------------------------------------------------------ |
// SpdyProxyClientSocket |
// ------------------------------------------------------------------------ |