Chromium Code Reviews| Index: chrome/browser/media_galleries/fileapi/supported_image_type_validator.h |
| diff --git a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h |
| index 8c655b5542065b2dd4e27e30a28210d937c8e351..771b9d17fb9c562502a6d076c27b358a8db27a8f 100644 |
| --- a/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h |
| +++ b/chrome/browser/media_galleries/fileapi/supported_image_type_validator.h |
| @@ -29,6 +29,11 @@ class SupportedImageTypeValidator : public fileapi::CopyOrMoveFileValidator { |
| const fileapi::CopyOrMoveFileValidator::ResultCallback& |
| result_callback) OVERRIDE; |
| + virtual void StartPostWriteValidation( |
| + const base::FilePath& dest_platform_path, |
| + const fileapi::CopyOrMoveFileValidator::ResultCallback& |
|
kinuko
2013/07/03 04:53:08
nit: I think you can directly refer ResultCallback
Greg Billock
2013/07/03 16:08:27
Done.
|
| + result_callback) OVERRIDE; |
| + |
| private: |
| friend class MediaFileValidatorFactory; |