diff options
Diffstat (limited to 'webkit/fileapi/local_file_system_file_util.h')
-rw-r--r-- | webkit/fileapi/local_file_system_file_util.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/webkit/fileapi/local_file_system_file_util.h b/webkit/fileapi/local_file_system_file_util.h index 3e5855a..7e484aa 100644 --- a/webkit/fileapi/local_file_system_file_util.h +++ b/webkit/fileapi/local_file_system_file_util.h @@ -49,9 +49,14 @@ class LocalFileSystemFileUtil : public FileSystemFileUtil { FileSystemOperationContext* context, const FilePath& file_path, bool* created); + virtual PlatformFileError GetLocalFilePath( + FileSystemOperationContext* context, + const FilePath& virtual_file, + FilePath* local_path); + virtual PlatformFileError GetFileInfo( FileSystemOperationContext* context, - const FilePath& file_, + const FilePath& file, base::PlatformFileInfo* file_info, FilePath* platform_file); |