| 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&
|
| + result_callback) OVERRIDE;
|
| +
|
| private:
|
| friend class MediaFileValidatorFactory;
|
|
|
|
|