diff options
Diffstat (limited to 'webkit/chromeos/fileapi/remote_file_system_operation.h')
-rw-r--r-- | webkit/chromeos/fileapi/remote_file_system_operation.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/webkit/chromeos/fileapi/remote_file_system_operation.h b/webkit/chromeos/fileapi/remote_file_system_operation.h index 3cbd665..b167527 100644 --- a/webkit/chromeos/fileapi/remote_file_system_operation.h +++ b/webkit/chromeos/fileapi/remote_file_system_operation.h @@ -99,6 +99,13 @@ class RemoteFileSystemOperation : public fileapi::FileSystemOperationInterface { bool has_more); void DidFinishFileOperation(const StatusCallback& callback, base::PlatformFileError rv); + void DidCreateSnapshotFile( + const SnapshotFileCallback& callback, + base::PlatformFileError result, + const base::PlatformFileInfo& file_info, + const FilePath& platform_path, + const scoped_refptr<webkit_blob::ShareableFileReference>& file_ref); + scoped_refptr<fileapi::RemoteFileSystemProxyInterface> remote_proxy_; // A flag to make sure we call operation only once per instance. |