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 0a844474a7c6faca09e12b3c97a3a826e47ca2b0..1373b5b9fc3a2d947e96898eb07cc336e697e381 100644 |
--- a/net/log/net_log_event_type_list.h |
+++ b/net/log/net_log_event_type_list.h |
@@ -855,6 +855,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>, |
+// } |
+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) |