Chromium Code Reviews| 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 |