blob: 9585e18def29ebd0f2774fe98e7407e19cfbb76b [file] [log] [blame]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "featured/tmp_storage_impl.h"
namespace featured {
// TODO(b/273341565): Implement and call.
void TmpStorageImpl::SetUsedSeedDetails(const SeedDetails& seed_details) {}
// TODO(b/273341565): Implement.
SeedDetails TmpStorageImpl::GetUsedSeedDetails() {
SeedDetails seed;
return seed;
}
} // namespace featured