Index: chrome/browser/net/nss_context_chromeos.cc |
diff --git a/chrome/browser/net/nss_context_chromeos.cc b/chrome/browser/net/nss_context_chromeos.cc |
index 7162668e49dd576b5e578056555e800526c1b396..888a3be7bdde7280242125d334a00e7bdaeef3ab 100644 |
--- a/chrome/browser/net/nss_context_chromeos.cc |
+++ b/chrome/browser/net/nss_context_chromeos.cc |
@@ -118,19 +118,6 @@ void SetSystemSlotOfDBForResourceContext(content::ResourceContext* context, |
} // namespace |
-crypto::ScopedPK11Slot GetPublicNSSKeySlotForResourceContext( |
- content::ResourceContext* context) { |
- DCHECK_CURRENTLY_ON(content::BrowserThread::IO); |
- return crypto::GetPublicSlotForChromeOSUser(GetUsername(context)); |
-} |
- |
-crypto::ScopedPK11Slot GetPrivateNSSKeySlotForResourceContext( |
- content::ResourceContext* context, |
- const base::Callback<void(crypto::ScopedPK11Slot)>& callback) { |
- DCHECK_CURRENTLY_ON(content::BrowserThread::IO); |
- return crypto::GetPrivateSlotForChromeOSUser(GetUsername(context), callback); |
-} |
- |
net::NSSCertDatabase* GetNSSCertDatabaseForResourceContext( |
content::ResourceContext* context, |
const base::Callback<void(net::NSSCertDatabase*)>& callback) { |