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

Unified Diff: net/cert/ct_verifier.h

Issue 1845113003: Certificate Transparency: Start tracking logs' state (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removing plumbing bits 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/cert/ct_verifier.h
diff --git a/net/cert/ct_verifier.h b/net/cert/ct_verifier.h
index 46a811a79601d40001756e61a3f5924bbcf3eb4a..5d563af2c04fef937788cf0bcde905c4f6abac4b 100644
--- a/net/cert/ct_verifier.h
+++ b/net/cert/ct_verifier.h
@@ -26,6 +26,7 @@ class NET_EXPORT CTVerifier {
public:
class NET_EXPORT Observer {
public:
+ virtual ~Observer() {}
Ryan Sleevi 2016/05/09 17:03:49 Doesn't seem like this change belongs in this CL.
Eran Messeri 2016/05/10 20:01:10 Done - made it protected.
// Called for each Signed Certificate Timestamp from a known log that vas
// verified successfully (i.e. the signature verifies). |sct| is the
// Signed Certificate Timestamp, |cert| is the certificate it applies to.

Powered by Google App Engine
This is Rietveld 408576698