| 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>;
|
|
|
|
|