Chromium Code Reviews| Index: crypto/hmac_nss.cc |
| diff --git a/crypto/hmac_nss.cc b/crypto/hmac_nss.cc |
| index e14282c916616ce1146dd8b2820f0d5226f5b482..3e7dab73759327545bb4fbc3cce586a8ddee8268 100644 |
| --- a/crypto/hmac_nss.cc |
| +++ b/crypto/hmac_nss.cc |
| @@ -40,6 +40,7 @@ HMAC::~HMAC() { |
| } |
| bool HMAC::Init(const unsigned char *key, size_t key_length) { |
| + LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII"; |
| EnsureNSSInit(); |
| if (plat_->slot_.get()) { |