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

Unified Diff: crypto/nss_crypto_module_delegate.h

Issue 384413004: Remove default key slot from KeygenHandler. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: crypto/nss_crypto_module_delegate.h
diff --git a/crypto/nss_crypto_module_delegate.h b/crypto/nss_crypto_module_delegate.h
index 00b2b75335fa05de0f63165b16a9edb89f153dc4..4e469cd1a20ef65971b0efa5551faec691ce1e83 100644
--- a/crypto/nss_crypto_module_delegate.h
+++ b/crypto/nss_crypto_module_delegate.h
@@ -8,7 +8,6 @@
#include <string>
#include "base/callback_forward.h"
-#include "crypto/scoped_nss_types.h"
namespace crypto {
@@ -38,16 +37,6 @@ class CryptoModuleBlockingPasswordDelegate {
};
-// Extends CryptoModuleBlockingPasswordDelegate with the ability to return a
-// slot in which to act. (Eg, which slot to store a generated key in.)
-class NSSCryptoModuleDelegate : public CryptoModuleBlockingPasswordDelegate {
- public:
- virtual ~NSSCryptoModuleDelegate() {}
-
- // Get the slot to store the generated key.
- virtual ScopedPK11Slot RequestSlot() = 0;
-};
-
} // namespace crypto
#endif // CRYPTO_NSS_CRYPTO_MODULE_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698