Index: webkit/fileapi/file_system_operation.h |
diff --git a/webkit/fileapi/file_system_operation.h b/webkit/fileapi/file_system_operation.h |
index 77f7403c2f45b6938ba3b41100a9817c6de018fc..b711cd5122c46cd7367efead86d53a10d4906170 100644 |
--- a/webkit/fileapi/file_system_operation.h |
+++ b/webkit/fileapi/file_system_operation.h |
@@ -223,6 +223,12 @@ class FILEAPI_EXPORT FileSystemOperation |
base::PlatformFileError rv, |
base::PassPlatformFile file, |
bool created); |
+ void DidCreateSnapshotFile( |
+ const SnapshotFileCallback& callback, |
+ base::PlatformFileError rv, |
+ const base::PlatformFileInfo& file_info, |
+ const FilePath& platform_path, |
+ const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref); |
// Checks the validity of a given |url| and populates |file_util| for |mode|. |
base::PlatformFileError SetUp( |