| Index: webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| diff --git a/webkit/browser/fileapi/isolated_mount_point_provider.cc b/webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| index 7d25d9e0de110e93f8c20f59f4ba00bf75f0ddff..d1d10fc61f81071da476f5cc8ed5375ea1740b1d 100644
|
| --- a/webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| @@ -56,11 +56,11 @@ bool IsolatedMountPointProvider::CanHandleType(FileSystemType type) const {
|
| }
|
| }
|
|
|
| -void IsolatedMountPointProvider::ValidateFileSystemRoot(
|
| +void IsolatedMountPointProvider::OpenFileSystem(
|
| const GURL& origin_url,
|
| FileSystemType type,
|
| - bool create,
|
| - const ValidateFileSystemCallback& callback) {
|
| + OpenFileSystemMode mode,
|
| + const OpenFileSystemCallback& callback) {
|
| // We never allow opening a new isolated FileSystem via usual OpenFileSystem.
|
| base::MessageLoopProxy::current()->PostTask(
|
| FROM_HERE,
|
|
|