Chromium Code Reviews

Unified Diff: chrome/browser/importer/firefox_importer_utils_mac.cc

Issue 159165: Split NSSDecryptor out into platform specific files.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/importer/firefox_importer_utils_mac.cc
===================================================================
--- chrome/browser/importer/firefox_importer_utils_mac.cc (revision 21221)
+++ chrome/browser/importer/firefox_importer_utils_mac.cc (working copy)
@@ -5,7 +5,6 @@
#include "chrome/browser/importer/firefox_importer_utils.h"
#include "base/file_util.h"
-#include "base/logging.h"
FilePath GetProfilesINI() {
FilePath ini_file;
@@ -22,17 +21,3 @@
return FilePath();
}
-
-// static
-const wchar_t NSSDecryptor::kNSS3Library[] = L"libnss3.dylib";
-const wchar_t NSSDecryptor::kSoftokn3Library[] = L"libsoftokn3.dylib";
-const wchar_t NSSDecryptor::kPLDS4Library[] = L"libplds4.dylib";
-const wchar_t NSSDecryptor::kNSPR4Library[] = L"libnspr4.dylib";
-
-bool NSSDecryptor::Init(const std::wstring& dll_path,
- const std::wstring& db_path) {
- // TODO(port): Load the NSS libraries and call InitNSS()
- // http://code.google.com/p/chromium/issues/detail?id=15455
- NOTIMPLEMENTED();
- return false;
-}
Property changes on: chrome/browser/importer/firefox_importer_utils_mac.cc
___________________________________________________________________
Name: svn:eol-style
+ LF
« no previous file with comments | « chrome/browser/importer/firefox_importer_utils_linux.cc ('k') | chrome/browser/importer/firefox_importer_utils_win.cc » ('j') | no next file with comments »

Powered by Google App Engine