diff options
Diffstat (limited to 'chrome/browser/chromeos/settings/mock_owner_key_util.h')
-rw-r--r-- | chrome/browser/chromeos/settings/mock_owner_key_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/settings/mock_owner_key_util.h b/chrome/browser/chromeos/settings/mock_owner_key_util.h index c3f52bd..9c598e0 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. |