diff options
Diffstat (limited to 'webkit/fileapi/file_system_file_util.h')
-rw-r--r-- | webkit/fileapi/file_system_file_util.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h index 26b98dd..634389f 100644 --- a/webkit/fileapi/file_system_file_util.h +++ b/webkit/fileapi/file_system_file_util.h @@ -149,16 +149,6 @@ class FILEAPI_EXPORT FileSystemFileUtil { const FileSystemURL& url, int64 length) = 0; - // Returns true if a given |url| exists. - virtual bool PathExists( - FileSystemOperationContext* context, - const FileSystemURL& url) = 0; - - // Returns true if a given |url| exists and is a directory. - virtual bool DirectoryExists( - FileSystemOperationContext* context, - const FileSystemURL& url) = 0; - // Returns true if a given |url| is an empty directory. virtual bool IsDirectoryEmpty( FileSystemOperationContext* context, |