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

Unified Diff: components/ownership/mock_owner_key_util.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 | « components/nacl/loader/nacl_validation_query.cc ('k') | components/ownership/mock_owner_key_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ownership/mock_owner_key_util.h
diff --git a/components/ownership/mock_owner_key_util.h b/components/ownership/mock_owner_key_util.h
index 4b0cc8da0362e4ff7a79ff7ec26631dcc6089683..72fddc307414b3805bbd2208b122bac84ff17a09 100644
--- a/components/ownership/mock_owner_key_util.h
+++ b/components/ownership/mock_owner_key_util.h
@@ -24,10 +24,10 @@ class OWNERSHIP_EXPORT MockOwnerKeyUtil : public OwnerKeyUtil {
// OwnerKeyUtil implementation:
bool ImportPublicKey(std::vector<uint8>* output) override;
-#if defined(USE_NSS)
+#if defined(USE_NSS_CERTS)
crypto::RSAPrivateKey* FindPrivateKeyInSlot(const std::vector<uint8>& key,
PK11SlotInfo* slot) override;
-#endif // defined(USE_NSS)
+#endif // defined(USE_NSS_CERTS)
bool IsPublicKeyPresent() override;
// Clears the public and private keys.
« no previous file with comments | « components/nacl/loader/nacl_validation_query.cc ('k') | components/ownership/mock_owner_key_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698