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

Unified Diff: net/base/keygen_handler.cc

Issue 18121007: *WIP* Store NSS slots per profile. Move keygen to chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanups, add test for chrome keygen class Created 7 years, 3 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: net/base/keygen_handler.cc
diff --git a/net/base/keygen_handler.cc b/net/base/keygen_handler.cc
index 7d63f4d5e126a97ff19fc6483ca8a8cc477f8529..264452d5c15d836573bcc835ce67511fbaa9265e 100644
--- a/net/base/keygen_handler.cc
+++ b/net/base/keygen_handler.cc
@@ -6,10 +6,6 @@
namespace net {
-// The constructor and destructor must be defined in a .cc file so that
-// CryptoModuleBlockingPasswordDelegate can be forward-declared on platforms
-// which use NSS.
-
KeygenHandler::KeygenHandler(int key_size_in_bits,
const std::string& challenge,
const GURL& url)

Powered by Google App Engine
This is Rietveld 408576698