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

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: Fix Android 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
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 4003d9bbccb882aacddc67007f47d1d6413e03ff..d1a4e1f636f4aab0cc7971e96f43231655dfc474 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1579,7 +1579,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>,
// }
@@ -1656,6 +1656,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)
« content/browser/safe_util_win.h ('K') | « 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