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

Unified Diff: net/base/net_log_source_type_list.h

Issue 8965025: Refactoring of job dispatch in HostResolverImpl in preparation for DnsClient. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed NET_EXPORT_PRIVATE from template. Created 9 years 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 421d08f06c43d9f56392a7148b92c26f936bd513..66ed503d594106e55ec8f9463986d83a383f4848 100644
--- a/net/base/net_log_source_type_list.h
+++ b/net/base/net_log_source_type_list.h
@@ -24,5 +24,6 @@ SOURCE_TYPE(DNS_TRANSACTION, 13)
SOURCE_TYPE(ASYNC_HOST_RESOLVER_REQUEST, 14)
SOURCE_TYPE(UDP_SOCKET, 15)
SOURCE_TYPE(CERT_VERIFIER_JOB, 16)
+SOURCE_TYPE(HOST_RESOLVER_IMPL_PROC_JOB, 17)
-SOURCE_TYPE(COUNT, 17) // Always keep this as the last entry.
+SOURCE_TYPE(COUNT, 18) // Always keep this as the last entry.

Powered by Google App Engine
This is Rietveld 408576698