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

Unified Diff: net/log/net_log_source_type_list.h

Issue 2537373002: Use different source types for each ConnectJob subclass. (Closed)
Patch Set: mmenke comment Created 4 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
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/socket/client_socket_pool_base_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/log/net_log_source_type_list.h
diff --git a/net/log/net_log_source_type_list.h b/net/log/net_log_source_type_list.h
index 1c729a68895996265af1b25021a65d43077fbe06..b874529b32c2cc5a5dc9bbed2a1081cce696f2d6 100644
--- a/net/log/net_log_source_type_list.h
+++ b/net/log/net_log_source_type_list.h
@@ -10,7 +10,11 @@ SOURCE_TYPE(NONE)
SOURCE_TYPE(URL_REQUEST)
SOURCE_TYPE(PROXY_SCRIPT_DECIDER)
-SOURCE_TYPE(CONNECT_JOB)
+SOURCE_TYPE(HTTP_PROXY_CONNECT_JOB)
+SOURCE_TYPE(SOCKS_CONNECT_JOB)
+SOURCE_TYPE(SSL_CONNECT_JOB)
+SOURCE_TYPE(TRANSPORT_CONNECT_JOB)
+SOURCE_TYPE(WEB_SOCKET_TRANSPORT_CONNECT_JOB)
SOURCE_TYPE(SOCKET)
SOURCE_TYPE(HTTP2_SESSION)
SOURCE_TYPE(QUIC_SESSION)
« no previous file with comments | « net/http/http_proxy_client_socket_pool.cc ('k') | net/socket/client_socket_pool_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698