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

Unified Diff: chrome/browser/importer/nss_decryptor_mac.h

Issue 174259: Recommit "Bring up Firefox Password Import Unittest on OS X." (Closed)
Patch Set: Created 11 years, 4 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
« no previous file with comments | « chrome/browser/importer/firefox_importer_utils_mac.mm ('k') | chrome/browser/importer/nss_decryptor_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/nss_decryptor_mac.h
diff --git a/chrome/browser/importer/nss_decryptor_mac.h b/chrome/browser/importer/nss_decryptor_mac.h
index 1eaf10965efa6e1e1abb3b50f190c18a214d2ec7..477cf53aac455f1e5a07e008f23fd378b09599ad 100644
--- a/chrome/browser/importer/nss_decryptor_mac.h
+++ b/chrome/browser/importer/nss_decryptor_mac.h
@@ -114,9 +114,8 @@ class NSSDecryptor {
: NSS_Init(NULL), NSS_Shutdown(NULL), PK11_GetInternalKeySlot(NULL),
PK11_CheckUserPassword(NULL), PK11_FreeSlot(NULL),
PK11_Authenticate(NULL), PK11SDR_Decrypt(NULL), SECITEM_FreeItem(NULL),
- PL_ArenaFinish(NULL), PR_Cleanup(NULL),
is_nss_initialized_(false) {}
- ~NSSDecryptor() {}
+ ~NSSDecryptor();
// Initializes NSS if it hasn't already been initialized.
bool Init(const std::wstring& /* dll_path */,
@@ -150,14 +149,9 @@ class NSSDecryptor {
PK11AuthenticateFunc PK11_Authenticate;
PK11SDRDecryptFunc PK11SDR_Decrypt;
SECITEMFreeItemFunc SECITEM_FreeItem;
- PLArenaFinishFunc PL_ArenaFinish;
- PRCleanupFunc PR_Cleanup;
// Libraries necessary for decrypting the passwords.
static const wchar_t kNSS3Library[];
- static const wchar_t kSoftokn3Library[];
- static const wchar_t kPLDS4Library[];
- static const wchar_t kNSPR4Library[];
// True if NSS_Init() has been called
bool is_nss_initialized_;
« no previous file with comments | « chrome/browser/importer/firefox_importer_utils_mac.mm ('k') | chrome/browser/importer/nss_decryptor_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698