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

Unified Diff: net/cert/x509_certificate_net_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/multi_threaded_cert_verifier.cc ('k') | net/cert/x509_certificate_net_log_param.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/x509_certificate_net_log_param.h
diff --git a/net/cert/x509_certificate_net_log_param.h b/net/cert/x509_certificate_net_log_param.h
index 822cb53f66403e47dcf98605a20b745da914c8a3..9e3e3a9b945f0361a93dfc818617e26be351f795 100644
--- a/net/cert/x509_certificate_net_log_param.h
+++ b/net/cert/x509_certificate_net_log_param.h
@@ -12,9 +12,8 @@ namespace net {
class X509Certificate;
// Creates NetLog parameter to describe an X509Certificate.
-base::Value* NetLogX509CertificateCallback(
- const X509Certificate* certificate,
- NetLog::LogLevel log_level);
+base::Value* NetLogX509CertificateCallback(const X509Certificate* certificate,
+ NetLogCaptureMode capture_mode);
} // namespace net
« no previous file with comments | « net/cert/multi_threaded_cert_verifier.cc ('k') | net/cert/x509_certificate_net_log_param.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698