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

Unified Diff: crypto/rsa_private_key_nss_unittest.cc

Issue 317613004: Remove usage of singleton software_slot_ in nss on ChromeOS (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « crypto/nss_util_internal.h ('k') | net/base/keygen_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crypto/rsa_private_key_nss_unittest.cc
diff --git a/crypto/rsa_private_key_nss_unittest.cc b/crypto/rsa_private_key_nss_unittest.cc
index 66d352a0bd25f2e3914239f5b901ecd270331e05..f376f1586befdb104f10cfab26996f3305bca553 100644
--- a/crypto/rsa_private_key_nss_unittest.cc
+++ b/crypto/rsa_private_key_nss_unittest.cc
@@ -18,12 +18,6 @@ class RSAPrivateKeyNSSTest : public testing::Test {
RSAPrivateKeyNSSTest() {}
virtual ~RSAPrivateKeyNSSTest() {}
- virtual void SetUp() {
-#if defined(OS_CHROMEOS)
- OpenPersistentNSSDB();
-#endif
- }
-
private:
ScopedTestNSSDB test_nssdb_;
« no previous file with comments | « crypto/nss_util_internal.h ('k') | net/base/keygen_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698