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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2822283002: Remove SSLPrivateKey metadata hooks. (Closed)
Patch Set: tidy up includes Created 3 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 b3325d74de5e9bae8469e3e009054b6531ff6354..c23569ff8423f575094e15ec548f23a55b82205d 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -480,7 +480,6 @@ EVENT_TYPE(SSL_CLIENT_CERT_REQUESTED)
// The SSL stack blocked on a private key operation. The following parameters
// are attached to the event.
// {
-// "type": <type of the key>,
// "hash": <hash function used>,
// }
EVENT_TYPE(SSL_PRIVATE_KEY_OP)

Powered by Google App Engine
This is Rietveld 408576698