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

Unified Diff: net/log/net_log_event_type_list.h

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix some comments Created 5 years, 8 months 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/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index b20dec733ada789e686fcd7188fca378b861494b..9337181af10877ef87de31f744f858bd385c7caa 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -553,8 +553,7 @@ EVENT_TYPE(SOCKET_WRITE_ERROR)
EVENT_TYPE(SOCKET_CLOSED)
// Certificates were received from the SSL server (during a handshake or
-// renegotiation). This event is only present when logging at LOG_ALL.
-// The following parameters are attached to the event:
+// renegotiation). The following parameters are attached to the event:
// {
// "certificates": <A list of PEM encoded certificates in the order that
// they were sent by the server>,

Powered by Google App Engine
This is Rietveld 408576698