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 5c4db1919ff1ab56afee0a97e5b0902bea065b60..25e1fb58954a86210438e2e45a1a24df7fd9d830 100644 |
--- a/net/cert/ct_signed_certificate_timestamp_log_param.h |
+++ b/net/cert/ct_signed_certificate_timestamp_log_param.h |
@@ -18,7 +18,8 @@ struct CTVerifyResult; |
// See the documentation for SIGNED_CERTIFICATE_TIMESTAMPS_CHECKED |
// in net/log/net_log_event_type_list.h |
base::Value* NetLogSignedCertificateTimestampCallback( |
- const ct::CTVerifyResult* ct_result, NetLog::LogLevel log_level); |
+ const ct::CTVerifyResult* ct_result, |
+ NetLogCaptureMode capture_mode); |
// Creates a dictionary of raw Signed Certificate Timestamps to be logged |
// in the NetLog. |
@@ -28,7 +29,7 @@ base::Value* NetLogRawSignedCertificateTimestampCallback( |
const std::string* embedded_scts, |
const std::string* sct_list_from_ocsp, |
const std::string* sct_list_from_tls_extension, |
- NetLog::LogLevel log_level); |
+ NetLogCaptureMode capture_mode); |
} // namespace net |