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

Unified Diff: net/base/net_log_source_type_list.h

Issue 9223019: Added net logging to BaseFile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor cleanup Created 8 years, 11 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_source_type_list.h
diff --git a/net/base/net_log_source_type_list.h b/net/base/net_log_source_type_list.h
index e8794850717e9897a3009219a02e035a1ca09912..cdd8dc1ad7c03e997715ece6190dc91cd024bb28 100644
--- a/net/base/net_log_source_type_list.h
+++ b/net/base/net_log_source_type_list.h
@@ -27,6 +27,7 @@ SOURCE_TYPE(UDP_SOCKET, 16)
SOURCE_TYPE(CERT_VERIFIER_JOB, 17)
SOURCE_TYPE(HTTP_PIPELINED_CONNECTION, 18)
SOURCE_TYPE(FILESTREAM, 19)
+SOURCE_TYPE(DOWNLOAD, 20)
mmenke 2012/02/04 05:49:45 nit: Reverse order and change numbers to be consi
ahendrickson 2012/02/04 19:27:56 Done.
-SOURCE_TYPE(COUNT, 20) // Always keep this as the last entry.
+SOURCE_TYPE(COUNT, 21) // Always keep this as the last entry.
« content/browser/download/base_file.cc ('K') | « net/base/net_log_event_type_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698