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

Unified Diff: net/log/net_log_event_type_list.h

Issue 1772603002: Addition of Certificate Transparency details to Security panel of DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: changed a dictionary key Created 4 years, 6 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 46e6b65271125602fec2ebea4fbfc3c20b949bdc..650f26d3c857bb70a251e037cb54bf6693d4395f 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -631,7 +631,7 @@ EVENT_TYPE(SIGNED_CERTIFICATE_TIMESTAMPS_RECEIVED)
//
// Where each SCT is an object:
// {
-// "origin": <one of: "embedded_in_certificate", "tls_extension", "ocsp">,
+// "origin": <one of: "Embedded in certificate", "tls_extension", "ocsp">,
// "version": <numeric version>,
// "log_id": <base64-encoded log id>,
// "timestamp": <numeric timestamp in milliseconds since the Unix epoch>,

Powered by Google App Engine
This is Rietveld 408576698