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

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

Issue 160077: Linux: Fix NSSDecryptor to import Firefox passwords from the user database correctly. (Closed)
Patch Set: Add comments. Created 11 years, 5 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/nss_decryptor_mac.h ('k') | chrome/chrome.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/nss_decryptor_win.h
diff --git a/chrome/browser/importer/nss_decryptor_win.h b/chrome/browser/importer/nss_decryptor_win.h
index 861c55cd6a5186d28fb2949c2962b3e7b7649c71..b191206bae871fb6c36bc91eae44d25f79b0bda4 100644
--- a/chrome/browser/importer/nss_decryptor_win.h
+++ b/chrome/browser/importer/nss_decryptor_win.h
@@ -137,6 +137,9 @@ class NSSDecryptor {
base::NativeLibrary plds4_dll,
base::NativeLibrary nspr4_dll);
+ PK11SlotInfo* GetKeySlotForDB() const { return PK11_GetInternalKeySlot(); }
+ void FreeSlot(PK11SlotInfo* slot) const { PK11_FreeSlot(slot); }
+
// Methods in Firefox security components.
NSSInitFunc NSS_Init;
NSSShutdownFunc NSS_Shutdown;
« no previous file with comments | « chrome/browser/importer/nss_decryptor_mac.h ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698