Index: net/base/net_log_source_type_list.h |
=================================================================== |
--- net/base/net_log_source_type_list.h (revision 57182) |
+++ net/base/net_log_source_type_list.h (working copy) |
@@ -13,5 +13,7 @@ |
SOURCE_TYPE(CONNECT_JOB, 4) |
SOURCE_TYPE(SOCKET, 5) |
SOURCE_TYPE(SPDY_SESSION, 6) |
+SOURCE_TYPE(HOST_RESOLVER_IMPL_REQUEST, 7) |
+SOURCE_TYPE(HOST_RESOLVER_IMPL_JOB, 8) |
-SOURCE_TYPE(COUNT, 7) // Always keep this as the last entry. |
+SOURCE_TYPE(COUNT, 9) // Always keep this as the last entry. |