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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2650803004: Wire NetLog into the TreeStateTracker (Closed)
Patch Set: Looking for entry first Created 3 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/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 7948240ccb534ff16d34ae27c2eed17ef4033f3f..bfdc0945062aa2c0b5477ed72ecaf358b175a18c 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -670,6 +670,18 @@ EVENT_TYPE(CERT_CT_COMPLIANCE_CHECKED)
// }
EVENT_TYPE(EV_CERT_CT_COMPLIANCE_CHECKED)
+// A Certificate Transparency log entry was audited for inclusion in the
+// log.
+//
+// The following parameters are attached to the event:
+// {
+// "log_entry": <hex-encoded hash of the log entry>
+// "log_id": <hex-encoded hash of the CT log>
+// "success": <boolean>
+// }
+
+EVENT_TYPE(CT_LOG_ENTRY_AUDITED)
+
// ------------------------------------------------------------------------
// DatagramSocket
// ------------------------------------------------------------------------
« no previous file with comments | « components/certificate_transparency/tree_state_tracker_unittest.cc ('k') | net/log/net_log_source_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698