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

Unified Diff: net/cert/multi_threaded_cert_verifier.h

Issue 303133006: Added net_log logging statments for CertVerifyResult (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed various comments on last CL Created 6 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
Index: net/cert/multi_threaded_cert_verifier.h
diff --git a/net/cert/multi_threaded_cert_verifier.h b/net/cert/multi_threaded_cert_verifier.h
index 8f00ebe301f93fed1620a5d700642fb931e7d78a..47ee21187f2c6761570068bd3defe5daa9a14012 100644
--- a/net/cert/multi_threaded_cert_verifier.h
+++ b/net/cert/multi_threaded_cert_verifier.h
@@ -13,10 +13,12 @@
#include "base/gtest_prod_util.h"
#include "base/memory/ref_counted.h"
#include "base/threading/non_thread_safe.h"
+#include "base/values.h"
Ryan Sleevi 2014/05/31 00:53:02 So, had we needed 174-175 (which we don't, below),
mshelley 2014/05/31 01:50:39 Done.
#include "net/base/completion_callback.h"
#include "net/base/expiring_cache.h"
#include "net/base/hash_value.h"
#include "net/base/net_export.h"
+#include "net/base/net_log.h"
#include "net/cert/cert_database.h"
#include "net/cert/cert_verifier.h"
#include "net/cert/cert_verify_result.h"
@@ -169,4 +171,8 @@ class NET_EXPORT_PRIVATE MultiThreadedCertVerifier
} // namespace net
+base::Value* CertVerifyResultCallback(net::CertVerifyResult verify_result,
+ net::NetLog::LogLevel log_level);
Ryan Sleevi 2014/05/31 00:53:02 No need to declare this in the .h file - this is a
mshelley 2014/05/31 01:50:39 Done.
+
#endif // NET_CERT_MULTI_THREADED_CERT_VERIFIER_H_
+

Powered by Google App Engine
This is Rietveld 408576698