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

Unified Diff: net/cert/ct_serialization.h

Issue 72333007: Add an SignedCertificateTimetampStore, making SignedCertificateTimestamp be refcounted to aid. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@piecewise
Patch Set: Fixes for wtc. Created 7 years, 1 month 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/cert/ct_serialization.h
diff --git a/net/cert/ct_serialization.h b/net/cert/ct_serialization.h
index 4fc74f747c2a5efa8ed44828ddb22637fdde29ac..0b7c9f0d5026aa593f8576fcf873c52de90a75d5 100644
--- a/net/cert/ct_serialization.h
+++ b/net/cert/ct_serialization.h
@@ -63,7 +63,7 @@ NET_EXPORT_PRIVATE bool DecodeSCTList(base::StringPiece* input,
// otherwise.
NET_EXPORT_PRIVATE bool DecodeSignedCertificateTimestamp(
base::StringPiece* input,
- ct::SignedCertificateTimestamp* output);
+ scoped_refptr<ct::SignedCertificateTimestamp>* output);
} // namespace ct

Powered by Google App Engine
This is Rietveld 408576698