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 cd73abd83bc95b49423e85b60707645dfaf8d1a2..f3b510e03e080ef6e085a5465c592afeea22da81 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -1419,6 +1419,27 @@ EVENT_TYPE(QUIC_SESSION_ACK_FRAME_RECEIVED) |
// } |
EVENT_TYPE(QUIC_SESSION_ACK_FRAME_SENT) |
+ |
+// Session received a STOP_WAITING frame. |
+// { |
+// "sent_info": <Details of packet sent by the peer> |
+// { |
+// "least_unacked": <Lowest sequence number of a packet sent by the peer |
+// for which it has not received an ACK>, |
+// } |
+// } |
+EVENT_TYPE(QUIC_SESSION_STOP_WAITING_FRAME_RECEIVED) |
+ |
+// Session sent an STOP_WAITING frame. |
+// { |
+// "sent_info": <Details of packet sent by the peer> |
+// { |
+// "least_unacked": <Lowest sequence number of a packet sent by the peer |
+// for which it has not received an ACK>, |
+// } |
+// } |
+EVENT_TYPE(QUIC_SESSION_STOP_WAITING_FRAME_SENT) |
+ |
// Session recevied a RST_STREAM frame. |
// { |
// "offset": <Offset in the byte stream which triggered the reset>, |