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

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

Issue 149313003: Significantly cleans up the ImageWriter Operation class and subclasses. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes cross-compilation and test issues. Created 6 years, 10 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
« no previous file with comments | « no previous file | chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.h
diff --git a/chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.h b/chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.h
index 62b36d4b075e3f320ffdd92b774ba43568c600f2..1ad44b704179703b292ae66bab8d048741e4c476 100644
--- a/chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.h
+++ b/chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.h
@@ -20,11 +20,10 @@ class DestroyPartitionsOperation : public Operation {
DestroyPartitionsOperation(base::WeakPtr<OperationManager> manager,
const ExtensionId& extension_id,
const std::string& storage_unit_id);
- virtual void Start() OVERRIDE;
+ virtual void StartImpl() OVERRIDE;
private:
virtual ~DestroyPartitionsOperation();
- base::ScopedTempDir temp_dir_;
};
} // namespace image_writer
« no previous file with comments | « no previous file | chrome/browser/extensions/api/image_writer_private/destroy_partitions_operation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698