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

Unified Diff: net/ssl/signed_certificate_timestamp_and_status.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: removed some unnecessary includes and fixed order in net.gypi Created 4 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/ssl/signed_certificate_timestamp_and_status.h
diff --git a/net/ssl/signed_certificate_timestamp_and_status.h b/net/ssl/signed_certificate_timestamp_and_status.h
index 650e5b1a715c8b2026ced3cfae528ff6ea59c6b8..e546668a0b16a4dc40cb0c7bd5d4300022fadd30 100644
--- a/net/ssl/signed_certificate_timestamp_and_status.h
+++ b/net/ssl/signed_certificate_timestamp_and_status.h
@@ -15,6 +15,8 @@
namespace net {
struct NET_EXPORT SignedCertificateTimestampAndStatus {
+ SignedCertificateTimestampAndStatus();
Eran Messeri 2016/04/26 09:29:51 Why is this necessary?
dwaxweiler 2016/04/28 07:46:20 IPC requires an empty constructor.
+
SignedCertificateTimestampAndStatus(
const scoped_refptr<ct::SignedCertificateTimestamp>& sct,
ct::SCTVerifyStatus status);

Powered by Google App Engine
This is Rietveld 408576698