diff options
Diffstat (limited to 'common/boot_control_stub.h')
-rw-r--r-- | common/boot_control_stub.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/boot_control_stub.h b/common/boot_control_stub.h index 8dfaffc6..f2973a28 100644 --- a/common/boot_control_stub.h +++ b/common/boot_control_stub.h @@ -45,9 +45,9 @@ class BootControlStub : public BootControlInterface { bool MarkSlotUnbootable(BootControlInterface::Slot slot) override; bool SetActiveBootSlot(BootControlInterface::Slot slot) override; bool MarkBootSuccessfulAsync(base::Callback<void(bool)> callback) override; - bool InitPartitionMetadata(Slot slot, - const PartitionMetadata& partition_metadata, - bool update_metadata) override; + bool PreparePartitionsForUpdate(Slot slot, + const DeltaArchiveManifest& manifest, + bool update_metadata) override; void Cleanup() override; private: |