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

Unified Diff: net/ssl/signed_certificate_timestamp_and_status.h

Issue 1957483003: Removal of SignedCertificateTimestampStore (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed constructor of SSLStatus() Created 4 years, 7 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();
estark 2016/05/07 07:12:51 Why is this needed?
dwaxweiler 2016/05/07 13:09:40 IPC requires an empty constructor.
+
SignedCertificateTimestampAndStatus(
const scoped_refptr<ct::SignedCertificateTimestamp>& sct,
ct::SCTVerifyStatus status);

Powered by Google App Engine
This is Rietveld 408576698