Chromium Code Reviews

Unified Diff: net/base/load_log_event_type_list.h

Issue 344026: Add LoadLog to ClientSocket::Connect(). (Closed)
Patch Set: Minor build fixups and fixed mac bug. Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/sync/notifier/communicator/ssl_socket_adapter.cc ('k') | net/base/load_log_unittest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/load_log_event_type_list.h
diff --git a/net/base/load_log_event_type_list.h b/net/base/load_log_event_type_list.h
index 36390037fc856578a6e1e9740f5be574e1ab6edc..f17bfb92551c654d41dac3e02298712919de9f8c 100644
--- a/net/base/load_log_event_type_list.h
+++ b/net/base/load_log_event_type_list.h
@@ -77,6 +77,22 @@ EVENT_TYPE(PROXY_RESOLVER_V8_DNS_RESOLVE)
EVENT_TYPE(PROXY_RESOLVER_V8_DNS_RESOLVE_EX)
// ------------------------------------------------------------------------
+// ClientSocket::Connect
+// ------------------------------------------------------------------------
+
+// The start/end of a TCP connect().
+EVENT_TYPE(TCP_CONNECT)
+
+// The start/end of a SOCKS connect().
+EVENT_TYPE(SOCKS_CONNECT)
+
+// The start/end of a SOCKS5 connect().
+EVENT_TYPE(SOCKS5_CONNECT)
+
+// The start/end of a SSL connect().
+EVENT_TYPE(SSL_CONNECT)
+
+// ------------------------------------------------------------------------
// ClientSocketPoolBase::ConnectJob
// ------------------------------------------------------------------------
@@ -128,4 +144,3 @@ EVENT_TYPE(HTTP_CACHE_READ_INFO)
// the cache entry to become available (for example if we are waiting for
// exclusive access to an existing entry).
EVENT_TYPE(HTTP_CACHE_WAITING)
-
« no previous file with comments | « chrome/browser/sync/notifier/communicator/ssl_socket_adapter.cc ('k') | net/base/load_log_unittest.h » ('j') | no next file with comments »

Powered by Google App Engine