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

Unified Diff: chrome/utility/image_writer/image_writer_handler.h

Issue 2734773002: ImageWriter: Add ShouldResetImageWriter helper (Closed)
Patch Set: Add comment. Created 3 years, 9 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/utility/image_writer/image_writer_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/image_writer/image_writer_handler.h
diff --git a/chrome/utility/image_writer/image_writer_handler.h b/chrome/utility/image_writer/image_writer_handler.h
index d61fc91b5dccd592b38dd45a7bbb26b07f9fed28..3ca1fcf5219d8aae9079fec1541423c4f52cf0b3 100644
--- a/chrome/utility/image_writer/image_writer_handler.h
+++ b/chrome/utility/image_writer/image_writer_handler.h
@@ -41,6 +41,9 @@ class ImageWriterHandler {
private:
void Cancel();
+ bool ShouldResetImageWriter(const base::FilePath& image,
+ const base::FilePath& device);
+
extensions::mojom::RemovableStorageWriterClientPtr client_;
std::unique_ptr<ImageWriter> image_writer_;
};
« no previous file with comments | « no previous file | chrome/utility/image_writer/image_writer_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698