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 ae220a914949f652d7e98595fc2e0fd122376d5c..424be1875c0ecc898118e6cc8d3f8529fb44b5bd 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -1125,11 +1125,11 @@ EVENT_TYPE(SPDY_SESSION_SEND_DATA) |
// } |
EVENT_TYPE(SPDY_SESSION_RECV_DATA) |
-// Logs that a stream is stalled on the session send window being closed. |
-EVENT_TYPE(SPDY_SESSION_STREAM_STALLED_ON_SESSION_SEND_WINDOW) |
+// Logs that a stream is stalled by the session send window being closed. |
+EVENT_TYPE(SPDY_SESSION_STREAM_STALLED_BY_SESSION_SEND_WINDOW) |
-// Logs that a stream is stalled on its send window being closed. |
-EVENT_TYPE(SPDY_SESSION_STREAM_STALLED_ON_STREAM_SEND_WINDOW) |
+// Logs that a stream is stalled by its send window being closed. |
+EVENT_TYPE(SPDY_SESSION_STREAM_STALLED_BY_STREAM_SEND_WINDOW) |
// Session is closing |
// { |