summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_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/file_system_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/file_system_mount_point_provider.h')
-rw-r--r--webkit/fileapi/file_system_mount_point_provider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_mount_point_provider.h b/webkit/fileapi/file_system_mount_point_provider.h
index 6fb59c2..b3309bc 100644
--- a/webkit/fileapi/file_system_mount_point_provider.h
+++ b/webkit/fileapi/file_system_mount_point_provider.h
@@ -68,7 +68,7 @@ class FILEAPI_EXPORT FileSystemMountPointProvider {
virtual bool IsRestrictedFileName(const FilePath& filename) const = 0;
// Returns the specialized FileSystemFileUtil for this mount point.
- virtual FileSystemFileUtil* GetFileUtil() = 0;
+ virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) = 0;
// Returns file path we should use to check access permissions for
// |virtual_path|.