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

Unified Diff: net/cert/ct_verify_result.cc

Issue 27026002: CT: Adding preliminary Certificate Transparency support to Chromium. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Distinguish between SCTs from unknown logs and unverified ones 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
« no previous file with comments | « net/cert/ct_verify_result.h ('k') | net/cert/single_log_ct_verifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_verify_result.cc
diff --git a/net/cert/ct_verify_result.cc b/net/cert/ct_verify_result.cc
new file mode 100644
index 0000000000000000000000000000000000000000..8bdc1c28cef9ae0cd0a72ed177592dea4ccacdee
--- /dev/null
+++ b/net/cert/ct_verify_result.cc
@@ -0,0 +1,13 @@
+#include "net/cert/ct_verify_result.h"
+
+namespace net {
+
+namespace ct {
+
+CTVerifyResult::CTVerifyResult() {}
+
+CTVerifyResult::~CTVerifyResult() {}
+
+} // namespace ct
+
+} // namespace net
« no previous file with comments | « net/cert/ct_verify_result.h ('k') | net/cert/single_log_ct_verifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698