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 4003d9bbccb882aacddc67007f47d1d6413e03ff..5d4bc4f0fa1c26c5e903009a270fe170d126275d 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -699,6 +699,8 @@ EVENT_TYPE(SOCKET_POOL_CONNECTING_N_SOCKETS) |
// "url": <String of URL being loaded>, |
// "method": <The method ("POST" or "GET" or "HEAD" etc..)>, |
// "load_flags": <Numeric value of the combined load flags>, |
+// "priority": <Numeric priority of the request>, |
+// "upload_id" <String of upload body identifier, if present>, |
// } |
// |
// For the END phase, if there was an error, the following parameters are |