| Index: chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc
|
| diff --git a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc
|
| index 67e453301f576d19c2164d68480e87a9dadec189..c7993c10af3148ae591036c1d0328507c151ac9b 100644
|
| --- a/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc
|
| +++ b/chrome/browser/media_galleries/fileapi/media_file_system_mount_point_provider.cc
|
| @@ -83,15 +83,6 @@ void MediaFileSystemMountPointProvider::ValidateFileSystemRoot(
|
| base::Bind(callback, base::PLATFORM_FILE_ERROR_SECURITY));
|
| }
|
|
|
| -base::FilePath
|
| -MediaFileSystemMountPointProvider::GetFileSystemRootPathOnFileThread(
|
| - const FileSystemURL& url,
|
| - bool create) {
|
| - // This is not supposed to be used.
|
| - NOTREACHED();
|
| - return base::FilePath();
|
| -}
|
| -
|
| fileapi::FileSystemFileUtil* MediaFileSystemMountPointProvider::GetFileUtil(
|
| fileapi::FileSystemType type) {
|
| switch (type) {
|
|
|