| 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 4f6d34f51816ef3850e84c05aef9bf27c08b18ad..f0713aa6789cdf77253d3e03ab07f7a7979af9bf 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.h
|
| @@ -33,8 +33,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(
|
|
|