| 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 3e64574a9fa8a64b0c614cf0f4ceb0b7d0f37959..661fb6c1ee23b029460dc626d0be604c5577ac03 100644
|
| --- a/net/base/net_log_event_type_list.h
|
| +++ b/net/base/net_log_event_type_list.h
|
| @@ -1588,7 +1588,7 @@ EVENT_TYPE(DOWNLOAD_ITEM_RENAMED)
|
|
|
| // This event is created when a download item is interrupted.
|
| // {
|
| -// "reason": <The reason for the interruption>,
|
| +// "interrupt_reason": <The reason for the interruption>,
|
| // "bytes_so_far": <Number of bytes received>,
|
| // "hash_state": <Current hash state, as a hex-encoded binary string>,
|
| // }
|
| @@ -1665,6 +1665,8 @@ EVENT_TYPE(DOWNLOAD_FILE_DELETED)
|
| // {
|
| // "operation": <open, write, close, etc>,
|
| // "net_error": <net::Error code>,
|
| +// "os_error": <OS depedent error code>
|
| +// "interrupt_reason": <Download interrupt reason>
|
| // }
|
| EVENT_TYPE(DOWNLOAD_FILE_ERROR)
|
|
|
|
|