blob: 34ef17517a1cc6c9c5311efade890509237dd939 [file] [log] [blame]
// Copyright 2018 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/os_crypt/encryption_key_creation_util_ios.h"
namespace os_crypt {
EncryptionKeyCreationUtilIOS::EncryptionKeyCreationUtilIOS() = default;
EncryptionKeyCreationUtilIOS::~EncryptionKeyCreationUtilIOS() = default;
void EncryptionKeyCreationUtilIOS::OnKeyWasFound() {}
void EncryptionKeyCreationUtilIOS::OnKeyNotFound(bool new_key_stored) {}
void EncryptionKeyCreationUtilIOS::OnKeychainLookupFailed() {}
} // namespace os_crypt