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

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

Issue 109793006: Adds ImageWriterPrivate.destroyPartitions operation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes up DBusThreadManager initialization. Created 7 years 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.h
diff --git a/chrome/browser/extensions/api/image_writer_private/operation.h b/chrome/browser/extensions/api/image_writer_private/operation.h
index 7e45fe121d9959baed490d9c6842b91605d3026f..ce62f65d17196e37ad3e1002d4c67171831d76d1 100644
--- a/chrome/browser/extensions/api/image_writer_private/operation.h
+++ b/chrome/browser/extensions/api/image_writer_private/operation.h
@@ -110,6 +110,9 @@ class Operation
base::FilePath image_path_;
const std::string storage_unit_id_;
+ // Whether or not to run the final verification step.
+ bool verify_write_;
+
private:
friend class base::RefCountedThreadSafe<Operation>;

Powered by Google App Engine
This is Rietveld 408576698