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

Unified Diff: net/cert/x509_certificate_net_log_param.h

Issue 1135373002: Updated NetLog::ParametersCallback & all related calbacks returning value as scoped_ptr<base::Value… Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 9e3e3a9b945f0361a93dfc818617e26be351f795..0aa2de3a818f66dfae02f3f49ab05b9c8c94f839 100644
--- a/net/cert/x509_certificate_net_log_param.h
+++ b/net/cert/x509_certificate_net_log_param.h
@@ -12,8 +12,9 @@ namespace net {
class X509Certificate;
// Creates NetLog parameter to describe an X509Certificate.
-base::Value* NetLogX509CertificateCallback(const X509Certificate* certificate,
- NetLogCaptureMode capture_mode);
+scoped_ptr<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