Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7310)

Unified Diff: chrome/browser/extensions/api/image_writer_private/operation_manager.h

Issue 125273006: Revert of Resubmit of imageWriterPrivate.destroyPartitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698