| 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 373d3573ee858882eabc96beea962c0c3f7474f3..83da8a99015c0413d4fea24f7cfe4ca5e0319837 100644
|
| --- a/webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| +++ b/webkit/browser/fileapi/isolated_mount_point_provider.cc
|
| @@ -67,14 +67,6 @@ void IsolatedMountPointProvider::ValidateFileSystemRoot(
|
| base::Bind(callback, base::PLATFORM_FILE_ERROR_SECURITY));
|
| }
|
|
|
| -base::FilePath IsolatedMountPointProvider::GetFileSystemRootPathOnFileThread(
|
| - const FileSystemURL& url,
|
| - bool create) {
|
| - // This is not supposed to be used.
|
| - NOTREACHED();
|
| - return base::FilePath();
|
| -}
|
| -
|
| FileSystemFileUtil* IsolatedMountPointProvider::GetFileUtil(
|
| FileSystemType type) {
|
| switch (type) {
|
|
|