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

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: removed changes to base/base.gyp 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
« no previous file with comments | « no previous file | net/cert/multi_threaded_cert_verifier.cc » ('j') | net/cert/multi_threaded_cert_verifier.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..2a26561d647dbaf06536c0784ec1e3b88722d631 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"
#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,10 @@ class NET_EXPORT_PRIVATE MultiThreadedCertVerifier
} // namespace net
+namespace {
Ryan Sleevi 2014/05/30 22:46:24 Short answer: Don't use unnamed namespaces in .h f
mshelley 2014/05/31 00:38:19 Done.
+base::Value* CertVerifyResultCallback(net::CertVerifyResult verify_result,
+ net::NetLog::LogLevel log_level);
+}
+
#endif // NET_CERT_MULTI_THREADED_CERT_VERIFIER_H_
+
« no previous file with comments | « no previous file | net/cert/multi_threaded_cert_verifier.cc » ('j') | net/cert/multi_threaded_cert_verifier.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698