Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / chromeos / settings / mock_owner_key_util.cc
index bd62af5..2cb4a74 100644 (file)
@@ -17,11 +17,6 @@ bool MockOwnerKeyUtil::ImportPublicKey(std::vector<uint8>* output) {
   return !public_key_.empty();
 }
 
-crypto::RSAPrivateKey* MockOwnerKeyUtil::FindPrivateKey(
-    const std::vector<uint8>& key) {
-  return private_key_.get() ? private_key_->Copy() : NULL;
-}
-
 crypto::RSAPrivateKey* MockOwnerKeyUtil::FindPrivateKeyInSlot(
     const std::vector<uint8>& key,
     PK11SlotInfo* slot) {