| Index: webkit/fileapi/isolated_mount_point_provider.cc
|
| diff --git a/webkit/fileapi/isolated_mount_point_provider.cc b/webkit/fileapi/isolated_mount_point_provider.cc
|
| index 160a71c189aeb5c2752402c8278d7139b49e7000..d833df45bf2c6249f99d2cd6ec039b9075fe6e90 100644
|
| --- a/webkit/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/fileapi/isolated_mount_point_provider.cc
|
| @@ -72,17 +72,6 @@ base::FilePath IsolatedMountPointProvider::GetFileSystemRootPathOnFileThread(
|
| return base::FilePath();
|
| }
|
|
|
| -bool IsolatedMountPointProvider::IsAccessAllowed(const FileSystemURL& url) {
|
| - return true;
|
| -}
|
| -
|
| -bool IsolatedMountPointProvider::IsRestrictedFileName(
|
| - const base::FilePath& filename) const {
|
| - // TODO(kinuko): We need to check platform-specific restricted file names
|
| - // before we actually start allowing file creation in isolated file systems.
|
| - return false;
|
| -}
|
| -
|
| FileSystemFileUtil* IsolatedMountPointProvider::GetFileUtil(
|
| FileSystemType type) {
|
| switch (type) {
|
|
|