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

Unified Diff: net/base/net_log_event_type_list.h

Issue 10950015: Shift "commit point" for when a download will no longer accept cancels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to LKGR. Created 8 years, 3 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/shell/shell_download_manager_delegate.cc ('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 755407a1976cdac8b9b2985104ed5cdffabc4c04..8fea0d50479946c4e4907c3f838a528d74832925 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1584,11 +1584,17 @@ EVENT_TYPE(DOWNLOAD_ITEM_INTERRUPTED)
// }
EVENT_TYPE(DOWNLOAD_ITEM_RESUMED)
-// This event is created when a download item is finished.
+// This event is created when a download item is completing.
// {
// "bytes_so_far": <Number of bytes received>,
// "final_hash": <Final hash, as a hex-encoded binary string>,
// }
+EVENT_TYPE(DOWNLOAD_ITEM_COMPLETING)
+
+// This event is created when a download item is finished.
+// {
+// "auto_opened": <Whether or not the download was auto-opened>
+// }
EVENT_TYPE(DOWNLOAD_ITEM_FINISHED)
// This event is created when a download item is canceled.
« no previous file with comments | « content/shell/shell_download_manager_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698