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

Unified Diff: net/cert/ct_ev_whitelist.h

Issue 782333002: Certificate Transparency: Adding finch and NetLog logging for EV certs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing review comments Created 6 years 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 | « net/cert/cert_policy_enforcer_unittest.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_ev_whitelist.h
diff --git a/net/cert/ct_ev_whitelist.h b/net/cert/ct_ev_whitelist.h
index a12b9d52975a21a1e7fdc4439264e4a2e3838ef6..f31b7a1d4fbd008cb4628b8576ba656fd3226e82 100644
--- a/net/cert/ct_ev_whitelist.h
+++ b/net/cert/ct_ev_whitelist.h
@@ -10,6 +10,12 @@
#include "base/memory/ref_counted.h"
#include "net/base/net_export.h"
+namespace base {
+
+class Version;
+
+} // namespace base
+
namespace net {
namespace ct {
@@ -26,6 +32,9 @@ class NET_EXPORT EVCertsWhitelist
// false otherwise.
virtual bool IsValid() const = 0;
+ // Returns the version of the whitelist in use
+ virtual base::Version Version() const = 0;
+
protected:
virtual ~EVCertsWhitelist() {}
« no previous file with comments | « net/cert/cert_policy_enforcer_unittest.cc ('k') | net/socket/ssl_client_socket_nss.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698