| Index: webkit/browser/fileapi/isolated_mount_point_provider.h
|
| diff --git a/webkit/browser/fileapi/isolated_mount_point_provider.h b/webkit/browser/fileapi/isolated_mount_point_provider.h
|
| index 240042fb5ff04e87dae1273555343abf9fc945a9..653478bc5f5788db05276c8549c6d47228d8b7aa 100644
|
| --- a/webkit/browser/fileapi/isolated_mount_point_provider.h
|
| +++ b/webkit/browser/fileapi/isolated_mount_point_provider.h
|
| @@ -19,11 +19,11 @@ class IsolatedMountPointProvider : public FileSystemMountPointProvider {
|
|
|
| // FileSystemMountPointProvider implementation.
|
| virtual bool CanHandleType(FileSystemType type) const OVERRIDE;
|
| - virtual void ValidateFileSystemRoot(
|
| + virtual void OpenFileSystem(
|
| const GURL& origin_url,
|
| FileSystemType type,
|
| - bool create,
|
| - const ValidateFileSystemCallback& callback) OVERRIDE;
|
| + OpenFileSystemMode mode,
|
| + const OpenFileSystemCallback& callback) OVERRIDE;
|
| virtual FileSystemFileUtil* GetFileUtil(FileSystemType type) OVERRIDE;
|
| virtual AsyncFileUtil* GetAsyncFileUtil(FileSystemType type) OVERRIDE;
|
| virtual CopyOrMoveFileValidatorFactory* GetCopyOrMoveFileValidatorFactory(
|
|
|