summaryrefslogtreecommitdiff
path: root/common/boot_control_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'common/boot_control_stub.cc')
-rw-r--r--common/boot_control_stub.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/boot_control_stub.cc b/common/boot_control_stub.cc
index 0fe8a989..b10e82f5 100644
--- a/common/boot_control_stub.cc
+++ b/common/boot_control_stub.cc
@@ -59,10 +59,8 @@ bool BootControlStub::MarkBootSuccessfulAsync(
return false;
}
-bool BootControlStub::InitPartitionMetadata(
- Slot slot,
- const PartitionMetadata& partition_metadata,
- bool update_metadata) {
+bool BootControlStub::PreparePartitionsForUpdate(
+ Slot slot, const DeltaArchiveManifest& manifest, bool update_metadata) {
LOG(ERROR) << __FUNCTION__ << " should never be called.";
return false;
}