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

Unified Diff: chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h

Issue 8413024: Add ECPrivateKey for Elliptic Curve keypair generation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review changes Created 9 years, 1 month 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/third_party/mozilla_security_manager/nsNSSCertHelper.h
diff --git a/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h b/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h
index 8160c7a0624c94b64747fe80ef9565a230480bab..71ee1aca48fe459570c68f58c2fbd15dd64ff4d5 100644
--- a/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h
+++ b/chrome/third_party/mozilla_security_manager/nsNSSCertHelper.h
@@ -48,14 +48,6 @@
#include "base/memory/scoped_ptr.h"
#include "net/base/cert_database.h"
-class FreePRArenaPool {
- public:
- inline void operator()(PRArenaPool* x) const {
- PORT_FreeArena(x, PR_FALSE);
- }
-};
-typedef scoped_ptr_malloc<PRArenaPool, FreePRArenaPool> ScopedPRArenaPool;
-
namespace mozilla_security_manager {
extern SECOidTag ms_cert_ext_certtype;
« no previous file with comments | « chrome/common/net/x509_certificate_model_nss.cc ('k') | chrome/third_party/mozilla_security_manager/nsNSSCertHelper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698