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. |