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

Unified Diff: net/base/crypto_module.h

Issue 1082123003: Rename USE_NSS to USE_NSS_CERTS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use-nss-certs
Patch Set: rebase Created 5 years, 8 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/BUILD.gn ('k') | net/base/keygen_handler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/crypto_module.h
diff --git a/net/base/crypto_module.h b/net/base/crypto_module.h
index be876ef7807e710d860aa7f4e57711dd67abd15c..164df3c778e695dbb0c3b4258c08433768f44684 100644
--- a/net/base/crypto_module.h
+++ b/net/base/crypto_module.h
@@ -11,7 +11,7 @@
#include "base/memory/ref_counted.h"
#include "net/base/net_export.h"
-#if defined(USE_NSS)
+#if defined(USE_NSS_CERTS)
typedef struct PK11SlotInfoStr PK11SlotInfo;
#endif
@@ -24,7 +24,7 @@ typedef std::vector<scoped_refptr<CryptoModule> > CryptoModuleList;
class NET_EXPORT CryptoModule
: public base::RefCountedThreadSafe<CryptoModule> {
public:
-#if defined(USE_NSS)
+#if defined(USE_NSS_CERTS)
typedef PK11SlotInfo* OSModuleHandle;
#else
typedef void* OSModuleHandle;
« no previous file with comments | « net/BUILD.gn ('k') | net/base/keygen_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698