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

Unified Diff: net/cert/ct_signed_certificate_timestamp_log_param.h

Issue 1059843002: Refactor NetLog::LogLevel --> NetLogCaptureMode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase again to fix a merge conflict Created 5 years, 8 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 | « net/cert/cert_policy_enforcer.cc ('k') | 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 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
« no previous file with comments | « net/cert/cert_policy_enforcer.cc ('k') | net/cert/ct_signed_certificate_timestamp_log_param.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698