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 64336bccdee8076116e2e312597f1ace8cfd6d44..0626683a59147d0924ab7a268b0dac9a9be2332e 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -798,6 +798,14 @@ EVENT_TYPE(URL_REQUEST_REDIRECT_JOB) |
// "reason": <Reason for the redirect, as a string>, |
// } |
+EVENT_TYPE(URL_REQUEST_FAKE_RESPONSE_HEADERS_CREATED) |
+// This event is logged when a URLRequestRedirectJob creates the fake response |
+// headers for a request, prior to returning them. |
+// The following parameters are attached: |
+// { |
+// "headers": <The list of header:value pairs>, |
+// } |
+ |
// ------------------------------------------------------------------------ |
// HttpCache |
// ------------------------------------------------------------------------ |