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

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 IPC problem 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
« no previous file with comments | « content/public/common/ssl_status.cc ('k') | net/ssl/signed_certificate_timestamp_and_status.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
+
SignedCertificateTimestampAndStatus(
const scoped_refptr<ct::SignedCertificateTimestamp>& sct,
ct::SCTVerifyStatus status);
« no previous file with comments | « content/public/common/ssl_status.cc ('k') | net/ssl/signed_certificate_timestamp_and_status.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698