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

Unified Diff: chrome/browser/net/nss_context_linux.cc

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 | « chrome/browser/net/nss_context_chromeos.cc ('k') | chrome/browser/ui/crypto_module_delegate_nss.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/net/nss_context_linux.cc
diff --git a/chrome/browser/net/nss_context_linux.cc b/chrome/browser/net/nss_context_linux.cc
index 8e617157251ffcfc415b4294a24ef8e12a8c3569..c649bbd072d2b5993cda8367d5ce13b1e01970b3 100644
--- a/chrome/browser/net/nss_context_linux.cc
+++ b/chrome/browser/net/nss_context_linux.cc
@@ -12,19 +12,6 @@ namespace {
net::NSSCertDatabase* g_nss_cert_database = NULL;
} // namespace
-crypto::ScopedPK11Slot GetPublicNSSKeySlotForResourceContext(
- content::ResourceContext* context) {
- DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
- return crypto::ScopedPK11Slot(crypto::GetPersistentNSSKeySlot());
-}
-
-crypto::ScopedPK11Slot GetPrivateNSSKeySlotForResourceContext(
- content::ResourceContext* context,
- const base::Callback<void(crypto::ScopedPK11Slot)>& callback) {
- DCHECK_CURRENTLY_ON(content::BrowserThread::IO);
- return crypto::ScopedPK11Slot(crypto::GetPersistentNSSKeySlot());
-}
-
net::NSSCertDatabase* GetNSSCertDatabaseForResourceContext(
content::ResourceContext* context,
const base::Callback<void(net::NSSCertDatabase*)>& callback) {
« no previous file with comments | « chrome/browser/net/nss_context_chromeos.cc ('k') | chrome/browser/ui/crypto_module_delegate_nss.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698