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

Unified Diff: net/cert/test_root_certs_nss.cc

Issue 36593002: crypto/nss_util: Get TPM slot id, do lookup by id instead of by name. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sandbox debugging crap Created 7 years, 2 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/test_root_certs_nss.cc
diff --git a/net/cert/test_root_certs_nss.cc b/net/cert/test_root_certs_nss.cc
index 3a2f88a79684eabb9ce39fda39e052bacd96e2f8..20b5a70c98321e7c17bac793fc16f514bbe4ba9d 100644
--- a/net/cert/test_root_certs_nss.cc
+++ b/net/cert/test_root_certs_nss.cc
@@ -119,6 +119,7 @@ TestRootCerts::~TestRootCerts() {
}
void TestRootCerts::Init() {
+ LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
crypto::EnsureNSSInit();
}

Powered by Google App Engine
This is Rietveld 408576698