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

Unified Diff: net/cert/nss_cert_database_chromeos.h

Issue 2711113002: net: remove CryptoModuleList typedef (Closed)
Patch Set: more std::moves Created 3 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
« no previous file with comments | « net/cert/nss_cert_database.cc ('k') | net/cert/nss_cert_database_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/nss_cert_database_chromeos.h
diff --git a/net/cert/nss_cert_database_chromeos.h b/net/cert/nss_cert_database_chromeos.h
index fa440575fb0606851593b7e4baabcf7c53a1cd85..df2585f17897feaaf294aada84841bdadf2e0354 100644
--- a/net/cert/nss_cert_database_chromeos.h
+++ b/net/cert/nss_cert_database_chromeos.h
@@ -28,7 +28,8 @@ class NET_EXPORT NSSCertDatabaseChromeOS : public NSSCertDatabase {
// NSSCertDatabase implementation.
void ListCertsSync(CertificateList* certs) override;
void ListCerts(const NSSCertDatabase::ListCertsCallback& callback) override;
- void ListModules(CryptoModuleList* modules, bool need_rw) const override;
+ void ListModules(std::vector<crypto::ScopedPK11Slot>* modules,
+ bool need_rw) const override;
crypto::ScopedPK11Slot GetSystemSlot() const override;
// TODO(mattm): handle trust setting, deletion, etc correctly when certs exist
« no previous file with comments | « net/cert/nss_cert_database.cc ('k') | net/cert/nss_cert_database_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698