Index: chrome/browser/chromeos/settings/mock_owner_key_util.h |
diff --git a/chrome/browser/chromeos/settings/mock_owner_key_util.h b/chrome/browser/chromeos/settings/mock_owner_key_util.h |
index c3f52bd6e8ac135d9320f0e8f8a46de37c5c6ee2..9c598e034310e76fe6fe35b04f877020ed995a94 100644 |
--- a/chrome/browser/chromeos/settings/mock_owner_key_util.h |
+++ b/chrome/browser/chromeos/settings/mock_owner_key_util.h |
@@ -23,6 +23,9 @@ class MockOwnerKeyUtil : public OwnerKeyUtil { |
virtual bool ImportPublicKey(std::vector<uint8>* output) OVERRIDE; |
virtual crypto::RSAPrivateKey* FindPrivateKey( |
const std::vector<uint8>& key) OVERRIDE; |
+ virtual crypto::RSAPrivateKey* FindPrivateKeyInSlot( |
+ const std::vector<uint8>& key, |
+ PK11SlotInfo* slot) OVERRIDE; |
virtual bool IsPublicKeyPresent() OVERRIDE; |
// Clears the public and private keys. |