| Index: webkit/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.h b/webkit/fileapi/isolated_mount_point_provider.h
|
| index 64f82a665e656db0e066dd32d07d5fbfc9f4feca..9700cc37d0007004a25763e21b187a7ed17a87e7 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -29,8 +29,6 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
| virtual base::FilePath GetFileSystemRootPathOnFileThread(
|
| const FileSystemURL& url,
|
| bool create) OVERRIDE;
|
| - virtual bool IsAccessAllowed(const FileSystemURL& url) OVERRIDE;
|
| - virtual bool IsRestrictedFileName(const base::FilePath& filename) const OVERRIDE;
|
| virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE;
|
| virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
|
| virtual FilePermissionPolicy GetPermissionPolicy(
|
|
|