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

Unified Diff: trunk/src/crypto/nss_util.cc

Issue 16063002: Revert 202305 "Destroy all Singletons and LazyInstances between ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 7 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
Index: trunk/src/crypto/nss_util.cc
===================================================================
--- trunk/src/crypto/nss_util.cc (revision 202308)
+++ trunk/src/crypto/nss_util.cc (working copy)
@@ -746,8 +746,9 @@
}
ScopedTestNSSDB::~ScopedTestNSSDB() {
- if (NSS_VersionCheck("3.14"))
- g_nss_singleton.Get().CloseTestNSSDB();
+ // TODO(mattm): Close the dababase once NSS 3.14 is required,
+ // which fixes https://bugzilla.mozilla.org/show_bug.cgi?id=588269
+ // Resource leaks are suppressed. http://crbug.com/156433 .
}
base::Lock* GetNSSWriteLock() {

Powered by Google App Engine
This is Rietveld 408576698