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

Unified Diff: net/base/cert_database_openssl.cc

Issue 6580058: NSS: Unlock crypto devices when populating cert manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes Created 9 years, 10 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
« chrome/app/generated_resources.grd ('K') | « net/base/cert_database_nss.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/cert_database_openssl.cc
diff --git a/net/base/cert_database_openssl.cc b/net/base/cert_database_openssl.cc
index 51a2308caa39012c51e287f7758d6c21bfdd5133..cc287b5a39747285631f6f5168aa6c7bd55980a6 100644
--- a/net/base/cert_database_openssl.cc
+++ b/net/base/cert_database_openssl.cc
@@ -46,6 +46,12 @@ CryptoModule* CertDatabase::GetDefaultModule() const {
return NULL;
}
+void CertDatabase::ListModules(CryptoModuleList* modules, bool need_rw) const {
+ // TODO(bulach): implement me.
+ NOTIMPLEMENTED();
+ modules->clear();
+}
+
int CertDatabase::ImportFromPKCS12(net::CryptoModule* module,
const std::string& data,
const string16& password) {
« chrome/app/generated_resources.grd ('K') | « net/base/cert_database_nss.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698