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

Unified Diff: net/cert/ct_verifier.h

Issue 76443006: Certificate Transparency: Threading the CT verifier into the SSL client socket. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing compilation on non-NSS platforms 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_verifier.h
diff --git a/net/cert/ct_verifier.h b/net/cert/ct_verifier.h
index 56685b8fe9a4da66cf0c99358614b1a39547fb6c..22b8d7a5d7caaafd556f8bc2587457a83efd0f58 100644
--- a/net/cert/ct_verifier.h
+++ b/net/cert/ct_verifier.h
@@ -28,7 +28,6 @@ class NET_EXPORT CTVerifier {
const std::string& sct_list_from_ocsp,
const std::string& sct_list_from_tls_extension,
ct::CTVerifyResult* result) = 0;
-
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698