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

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: 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 8fea0d50479946c4e4907c3f838a528d74832925..95f95ab957d8d7dd53b4223f66f052a6ad934e20 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -1651,6 +1651,10 @@ EVENT_TYPE(DOWNLOAD_FILE_ERROR)
// This event is created when a download file is annotating with source
// information (for Mark Of The Web and anti-virus integration).
+// {
+// "os_error": <OS specific error code>,
+// "net_error": <net::Error code>
+// }
EVENT_TYPE(DOWNLOAD_FILE_ANNOTATED)
// ------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698