summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/sandbox_mount_point_provider.h
diff options
context:
space:
mode:
authorkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 22:55:04 +0000
committerkinuko@chromium.org <kinuko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-25 22:55:04 +0000
commitd6afd11938f639f8d1c6a8d100128ce20ea7073e (patch)
tree5337131666dda2050ae459ff332155f70d1a0e51 /webkit/fileapi/sandbox_mount_point_provider.h
parente43526b4a7caa6ff4d3b54029cd34e6d22b707c6 (diff)
downloadchromium_src-d6afd11938f639f8d1c6a8d100128ce20ea7073e.zip
chromium_src-d6afd11938f639f8d1c6a8d100128ce20ea7073e.tar.gz
chromium_src-d6afd11938f639f8d1c6a8d100128ce20ea7073e.tar.bz2
Enables internal filesystem types via Isolated filesystems.
* cracks isolated path in FileSystemURL ctor * FileUtils no longer need to crack the isolated path by themselves * Make IsolatedFileUtil inherit from LocalFileUtil * Have a separate FileUtil for DraggedFileUtil, which inherits from IsolatedFileUtil BUG=134078,138022 TEST=existing tests Review URL: https://chromiumcodereview.appspot.com/10810053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/fileapi/sandbox_mount_point_provider.h')
-rw-r--r--webkit/fileapi/sandbox_mount_point_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h
index e1df851..5921bb5 100644
--- a/webkit/fileapi/sandbox_mount_point_provider.h
+++ b/webkit/fileapi/sandbox_mount_point_provider.h
@@ -89,7 +89,7 @@ class FILEAPI_EXPORT SandboxMountPointProvider
FileSystemType type,
const FilePath& virtual_path) OVERRIDE;
virtual bool IsRestrictedFileName(const FilePath& filename) const OVERRIDE;
- virtual FileSystemFileUtil* GetFileUtil() OVERRIDE;
+ virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE;
virtual FilePath GetPathForPermissionsCheck(const FilePath& virtual_path)
const OVERRIDE;
virtual FileSystemOperationInterface* CreateFileSystemOperation(