summaryrefslogtreecommitdiffstats
path: root/base/nss_util.h
diff options
context:
space:
mode:
authormattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 22:41:40 +0000
committermattm@chromium.org <mattm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-11 22:41:40 +0000
commit4762b4917edbf202740d27f275e9f96ea5eef54a (patch)
tree5a32dea9ae05c9c363396be26a96b4461708fc40 /base/nss_util.h
parent728699d63b3663ed802e2dffbec1a01c7844d2d1 (diff)
downloadchromium_src-4762b4917edbf202740d27f275e9f96ea5eef54a.zip
chromium_src-4762b4917edbf202740d27f275e9f96ea5eef54a.tar.gz
chromium_src-4762b4917edbf202740d27f275e9f96ea5eef54a.tar.bz2
Revert "Add NSS PKCS12 import/export functions to CertDatabase." which failed compile on chromeos.
This reverts commit r55798. BUG=19991,51327,51328,51330,51332 Review URL: http://codereview.chromium.org/3169007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55804 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/nss_util.h')
-rw-r--r--base/nss_util.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/base/nss_util.h b/base/nss_util.h
index 15b624c..b869e46 100644
--- a/base/nss_util.h
+++ b/base/nss_util.h
@@ -9,7 +9,6 @@
#include "base/basictypes.h"
#if defined(USE_NSS)
-class FilePath;
class Lock;
#endif // defined(USE_NSS)
@@ -40,12 +39,6 @@ void OpenPersistentNSSDB();
Time PRTimeToBaseTime(int64 prtime);
#if defined(USE_NSS)
-// Exposed for unittests only. |path| should be an existing directory under
-// which the DB files will be placed. |description| is a user-visible name for
-// the DB, as a utf8 string, which will be truncated at 32 bytes.
-bool OpenTestNSSDB(const FilePath& path, const char* description);
-void CloseTestNSSDB();
-
// NSS has a bug which can cause a deadlock or stall in some cases when writing
// to the certDB and keyDB. It also has a bug which causes concurrent key pair
// generations to scribble over each other. To work around this, we synchronize