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_signed_certificate_timestamp_log_param.h

Issue 2400183002: Cleanup: More accurate output parameter type for CTVerifier (Closed)
Patch Set: IWYU, review comments Created 4 years, 2 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
« no previous file with comments | « no previous file | net/cert/ct_signed_certificate_timestamp_log_param.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_signed_certificate_timestamp_log_param.h
diff --git a/net/cert/ct_signed_certificate_timestamp_log_param.h b/net/cert/ct_signed_certificate_timestamp_log_param.h
index 1c1a7d8ad2e325e0dbc25e3d23c75bfeff8c9cb9..373a75253372d1c2f365dac32b85d6d82f1c37a5 100644
--- a/net/cert/ct_signed_certificate_timestamp_log_param.h
+++ b/net/cert/ct_signed_certificate_timestamp_log_param.h
@@ -8,6 +8,8 @@
#include <memory>
#include <string>
+#include "net/cert/signed_certificate_timestamp_and_status.h"
+
namespace base {
class Value;
}
@@ -16,16 +18,12 @@ namespace net {
class NetLogCaptureMode;
-namespace ct {
-struct CTVerifyResult;
-}
-
// Creates a dictionary of processed Signed Certificate Timestamps to be
// logged in the NetLog.
// See the documentation for SIGNED_CERTIFICATE_TIMESTAMPS_CHECKED
// in net/log/net_log_event_type_list.h
std::unique_ptr<base::Value> NetLogSignedCertificateTimestampCallback(
- const ct::CTVerifyResult* ct_result,
+ const SignedCertificateTimestampAndStatusList* scts,
NetLogCaptureMode capture_mode);
// Creates a dictionary of raw Signed Certificate Timestamps to be logged
« no previous file with comments | « no previous file | net/cert/ct_signed_certificate_timestamp_log_param.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698