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 c7cb11d966733182c08210cc757ccced152c9b49..5376b334363bd2495b4006b0f002b636aae9d4f6 100644 |
--- a/net/log/net_log_event_type_list.h |
+++ b/net/log/net_log_event_type_list.h |
@@ -843,6 +843,13 @@ EVENT_TYPE(URL_REQUEST_START_JOB) |
// } |
EVENT_TYPE(URL_REQUEST_REDIRECTED) |
+// This event is sent when a net::URLRequest's URL is rewritten. The parameters |
+// attached to the event are: |
+// { |
+// "reason": <Reason for the rewrite, as a string>, |
mmenke
2016/12/15 19:24:22
Should we also log the new URL?
|
+// } |
+EVENT_TYPE(URL_REQUEST_REWRITTEN) |
+ |
// Measures the time between when a net::URLRequest calls a delegate that can |
// block it, and when the delegate allows the request to resume. |
EVENT_TYPE(URL_REQUEST_DELEGATE) |