| Index: net/cert/ev_root_ca_metadata.cc
|
| diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc
|
| index 174a4ef80d8108a7db0345785e0e3795d8c1b0fb..8e6cadc60a546501ddf56aa178af2c8050cde998 100644
|
| --- a/net/cert/ev_root_ca_metadata.cc
|
| +++ b/net/cert/ev_root_ca_metadata.cc
|
| @@ -565,6 +565,7 @@ bool EVRootCAMetadata::RemoveEVCA(const SHA1HashValue& fingerprint) {
|
| EVRootCAMetadata::EVRootCAMetadata() {
|
| // Constructs the object from the raw metadata in ev_root_ca_metadata.
|
| #if defined(USE_NSS) || defined(OS_IOS)
|
| + LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
|
| crypto::EnsureNSSInit();
|
|
|
| for (size_t i = 0; i < arraysize(ev_root_ca_metadata); i++) {
|
|
|