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

Unified Diff: chrome/browser/net/nss_context.h

Issue 2922423002: Remove NSSCryptoModuleDelegate. (Closed)
Patch Set: Created 3 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 | « no previous file | chrome/browser/net/nss_context_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/nss_context.h
diff --git a/chrome/browser/net/nss_context.h b/chrome/browser/net/nss_context.h
index ca62c4aa3b330861a4e7a77dd6cad9935764c1e6..3c6f2b588fcd150b91cb92d0852292bb841585f0 100644
--- a/chrome/browser/net/nss_context.h
+++ b/chrome/browser/net/nss_context.h
@@ -22,20 +22,6 @@ namespace content {
class ResourceContext;
} // namespace content
-// Returns a reference to the public slot for the user associated with
-// |context|. Should be called only on the IO thread.
-crypto::ScopedPK11Slot GetPublicNSSKeySlotForResourceContext(
- content::ResourceContext* context);
-
-// Returns a reference to the private slot for the user associated with
-// |context|, if it is loaded. If it is not loaded and |callback| is non-null,
-// the |callback| will be run once the slot is loaded.
-// Should be called only on the IO thread.
-crypto::ScopedPK11Slot GetPrivateNSSKeySlotForResourceContext(
- content::ResourceContext* context,
- const base::Callback<void(crypto::ScopedPK11Slot)>& callback)
- WARN_UNUSED_RESULT;
-
// Returns a pointer to the NSSCertDatabase for the user associated with
// |context|, if it is ready. If it is not ready and |callback| is non-null, the
// |callback| will be run once the DB is initialized. Ownership is not
« no previous file with comments | « no previous file | chrome/browser/net/nss_context_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698