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

Unified Diff: chrome/browser/ui/crypto_module_password_dialog_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
Index: chrome/browser/ui/crypto_module_password_dialog_openssl.cc
diff --git a/chrome/browser/ui/crypto_module_password_dialog_openssl.cc b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
index b5c40c5cb7d7bfb34b8a70a124d668fcd7a56fa4..5de2d24f987f04cc7cc0a7a377689197dd7dcd85 100644
--- a/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
+++ b/chrome/browser/ui/crypto_module_password_dialog_openssl.cc
@@ -8,10 +8,10 @@
namespace browser {
-void UnlockSlotIfNecessary(net::CryptoModule* module,
- browser::CryptoModulePasswordReason reason,
- const std::string& host,
- Callback0::Type* callback) {
+void UnlockSlotsIfNecessary(const net::CryptoModuleList& modules,
+ browser::CryptoModulePasswordReason reason,
+ const std::string& host,
+ Callback0::Type* callback) {
// TODO(bulach): implement me.
NOTREACHED();
}

Powered by Google App Engine
This is Rietveld 408576698