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()) |