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

Unified Diff: net/cert/x509_util_ios.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/x509_util_ios.cc
diff --git a/net/cert/x509_util_ios.cc b/net/cert/x509_util_ios.cc
index 736c26e0438f160e6d9409e909badabf81370b43..ce20eb184b62394f77132203d0cddb386761a68e 100644
--- a/net/cert/x509_util_ios.cc
+++ b/net/cert/x509_util_ios.cc
@@ -28,6 +28,7 @@ CERTCertificate* CreateNSSCertHandleFromBytes(const char* data,
if (length < 0)
return NULL;
+ LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
crypto::EnsureNSSInit();
if (!NSS_IsInitialized())

Powered by Google App Engine
This is Rietveld 408576698