| 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 10d9c593b2f6b1376e5f7e13eb0c44fa044ba52f..f8e4e9bf9b2a3b96cff5254a6de39cfb65a682c9 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1024,7 +1024,9 @@ EVENT_TYPE(HTTP_TRANSACTION_DRAIN_BODY_FOR_AUTH_RESTART)
|
| // This event is sent when we try to restart a transaction after an error.
|
| // The following parameters are attached:
|
| // {
|
| -// "net_error": <The net error code integer for the failure>,
|
| +// "net_error": <The net error code integer for the failure, if applicable>,
|
| +// "http_status_code": <HTTP status code indicating an error, if
|
| +// applicable>,
|
| // }
|
| EVENT_TYPE(HTTP_TRANSACTION_RESTART_AFTER_ERROR)
|
|
|
|
|