Index: net/base/net_log_event_type_list.h |
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h |
index 65c66fed9f5dfa307b74d2ae1cd35baabd968c0b..bf5022a6f754e0fb72154f494e981a0cf541a782 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -360,11 +360,11 @@ EVENT_TYPE(SOCKS_UNEXPECTED_AUTH) |
// } |
EVENT_TYPE(SOCKS_UNKNOWN_ADDRESS_TYPE) |
-// The start/end of a SSL connect(). |
+// The start/end of an SSL "connect" (aka client handshake). |
EVENT_TYPE(SSL_CONNECT) |
-// The start/end of a SSL accept(). |
-EVENT_TYPE(SSL_ACCEPT) |
+// The start/end of an SSL server handshake (aka "accept"). |
+EVENT_TYPE(SSL_SERVER_HANDSHAKE) |
// An SSL error occurred while trying to do the indicated activity. |
// The following parameters are attached to the event: |