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 ce303600417b939602cf3b0e928319333fca52c2..9c36b66b52cdc45279795b1f9d2715db1aa9aba4 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -584,6 +584,14 @@ EVENT_TYPE(SIGNED_CERTIFICATE_TIMESTAMPS_RECEIVED) |
// } |
EVENT_TYPE(SIGNED_CERTIFICATE_TIMESTAMPS_CHECKED) |
+// The EV state was removed from a non-compliant EV certificate. |
+// The following parameters are attached to the event: |
+// { |
+// "non_compliant_cert": An X.509 certificate, same format as in |
+// CERT_VERIFIER_JOB. |
davidben
2014/12/08 22:42:35
I think you need to add a block to https://code.go
Eran Messeri
2014/12/09 19:58:15
Done.
|
+// } |
+EVENT_TYPE(NON_COMPLIANT_EV_CERT_ENCOUNTERED) |
+ |
// ------------------------------------------------------------------------ |
// DatagramSocket |
// ------------------------------------------------------------------------ |