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

Unified Diff: base/nss_util_internal.h

Issue 2873027: Consistently increase the reference count when calling GetDefaultNSSKeySlot (Closed)
Patch Set: Created 10 years, 6 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 | « base/nss_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/nss_util_internal.h
diff --git a/base/nss_util_internal.h b/base/nss_util_internal.h
index 47db04504248d5d466fe19d5448781d8948592e4..b3ed33f0ae25d9d4e9d20d114bfc30df6d3e4437 100644
--- a/base/nss_util_internal.h
+++ b/base/nss_util_internal.h
@@ -12,6 +12,8 @@
namespace base {
+// Returns a reference to the default NSS key slot. Caller must release
+// reference with PK11_FreeSlot.
PK11SlotInfo* GetDefaultNSSKeySlot();
} // namespace base
« no previous file with comments | « base/nss_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698