| Index: chrome/browser/extensions/api/image_writer_private/operation_manager.h
|
| diff --git a/chrome/browser/extensions/api/image_writer_private/operation_manager.h b/chrome/browser/extensions/api/image_writer_private/operation_manager.h
|
| index 00489bcea3c853533d3a72159db74886383b3d8b..56655fcb19e7ef542958bbb96679c93dcdbda062 100644
|
| --- a/chrome/browser/extensions/api/image_writer_private/operation_manager.h
|
| +++ b/chrome/browser/extensions/api/image_writer_private/operation_manager.h
|
| @@ -61,11 +61,6 @@
|
| void CancelWrite(const ExtensionId& extension_id,
|
| const Operation::CancelWriteCallback& callback);
|
|
|
| - // Starts a write that removes the partition table.
|
| - void DestroyPartitions(const ExtensionId& extension_id,
|
| - const std::string& storage_unit_id,
|
| - const Operation::StartWriteCallback& callback);
|
| -
|
| // Callback for progress events.
|
| virtual void OnProgress(const ExtensionId& extension_id,
|
| image_writer_api::Stage stage,
|
|
|