| Index: webkit/browser/fileapi/sandbox_mount_point_provider.h
|
| diff --git a/webkit/browser/fileapi/sandbox_mount_point_provider.h b/webkit/browser/fileapi/sandbox_mount_point_provider.h
|
| index 24285d974322f6b5d44599991c0229e98f0b4b73..3d078f046a04a3a9d93d1d5106fdae0443c20574 100644
|
| --- a/webkit/browser/fileapi/sandbox_mount_point_provider.h
|
| +++ b/webkit/browser/fileapi/sandbox_mount_point_provider.h
|
| @@ -83,11 +83,11 @@ class WEBKIT_STORAGE_EXPORT SandboxMountPointProvider
|
|
|
| // FileSystemMountPointProvider overrides.
|
| 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(
|
|
|