| Index: chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
|
| diff --git a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
|
| index 01df9d6c4b8cd26e470cdba155360052151a9cdc..5b6605dc11f59426f174ceca090bfdc753071121 100644
|
| --- a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
|
| +++ b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.h
|
| @@ -30,11 +30,11 @@ class MediaFileSystemMountPointProvider
|
|
|
| // FileSystemMountPointProvider implementation.
|
| virtual bool CanHandleType(fileapi::FileSystemType type) const OVERRIDE;
|
| - virtual void ValidateFileSystemRoot(
|
| + virtual void OpenFileSystem(
|
| const GURL& origin_url,
|
| fileapi::FileSystemType type,
|
| - bool create,
|
| - const ValidateFileSystemCallback& callback) OVERRIDE;
|
| + fileapi::OpenFileSystemMode mode,
|
| + const OpenFileSystemCallback& callback) OVERRIDE;
|
| virtual fileapi::FileSystemFileUtil* GetFileUtil(
|
| fileapi::FileSystemType type) OVERRIDE;
|
| virtual fileapi::AsyncFileUtil* GetAsyncFileUtil(
|
|
|