Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(146)

Unified Diff: net/base/net_log_event_type_list.h

Issue 11150027: Handle the case where IAttachmentExecute::Save() deletes a downloaded file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + Address comments + Update strings Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/browser/download_interrupt_reason_values.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/public/browser/download_interrupt_reason_values.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698