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

Unified Diff: net/base/net_log_event_type_list.h

Issue 135373002: Added SSLHostInfo. Storing of server host info to our standard disk cache. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with TOT Created 6 years, 11 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/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 7ebe01cc4e6fc2a0d2f90a099300bdec16828915..61c00d5fd8c838a06511ac5e4d72b4cdae1e877b 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -505,7 +505,7 @@ EVENT_TYPE(SSL_WRITE_ERROR)
EVENT_TYPE(SSL_VERSION_FALLBACK)
// We found that our prediction of the server's certificates was correct and
-// we merged the verification with the SSLHostInfo. (Note: now obsolete.)
wtc 2014/01/15 19:08:59 Please undo this change. The SSL_VERIFICATION_MERG
ramant (doing other things) 2014/01/18 00:21:56 Done.
+// we merged the verification with the SSLHostInfo.
EVENT_TYPE(SSL_VERIFICATION_MERGED)
// An SSL error occurred while calling an NSS function not directly related to

Powered by Google App Engine
This is Rietveld 408576698