| Index: chrome/utility/importer/nss_decryptor_system_nss.cc
|
| diff --git a/chrome/utility/importer/nss_decryptor_system_nss.cc b/chrome/utility/importer/nss_decryptor_system_nss.cc
|
| index c6b3cbc2efa26298c37ac1d10afd98a45a8330cf..4d6a5ec62fa9f3810d95073d5b1c9fc6a3fd40e6 100644
|
| --- a/chrome/utility/importer/nss_decryptor_system_nss.cc
|
| +++ b/chrome/utility/importer/nss_decryptor_system_nss.cc
|
| @@ -8,6 +8,7 @@
|
| #include <pk11sdr.h>
|
|
|
| #include "base/basictypes.h"
|
| +#include "base/logging.h"
|
| #include "base/files/file_path.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/strings/sys_string_conversions.h"
|
| @@ -26,6 +27,7 @@ NSSDecryptor::~NSSDecryptor() {
|
|
|
| bool NSSDecryptor::Init(const base::FilePath& dll_path,
|
| const base::FilePath& db_path) {
|
| + LOG(ERROR) << "HIIIIIIIIIIIIIIIIIIIIIIIIIII";
|
| crypto::EnsureNSSInit();
|
| is_nss_initialized_ = true;
|
| const std::string modspec =
|
|
|