| Index: webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| diff --git a/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h b/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| index 6298078960143e157ffb622cf8b74935e9b8859b..09ac76d63751bff4e36450b715e0b531189bb20a 100644
|
| --- a/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| +++ b/webkit/browser/chromeos/fileapi/cros_mount_point_provider.h
|
| @@ -59,9 +59,6 @@ class WEBKIT_STORAGE_EXPORT CrosMountPointProvider
|
| fileapi::FileSystemType type,
|
| bool create,
|
| const ValidateFileSystemCallback& callback) OVERRIDE;
|
| - virtual base::FilePath GetFileSystemRootPathOnFileThread(
|
| - const fileapi::FileSystemURL& url,
|
| - bool create) OVERRIDE;
|
| virtual fileapi::FileSystemFileUtil* GetFileUtil(
|
| fileapi::FileSystemType type) OVERRIDE;
|
| virtual fileapi::AsyncFileUtil* GetAsyncFileUtil(
|
| @@ -113,6 +110,7 @@ class WEBKIT_STORAGE_EXPORT CrosMountPointProvider
|
| private:
|
| fileapi::RemoteFileSystemProxyInterface* GetRemoteProxy(
|
| const std::string& mount_name) const;
|
| + base::FilePath GetFileSystemRootPath(const fileapi::FileSystemURL& url) const;
|
|
|
| scoped_refptr<quota::SpecialStoragePolicy> special_storage_policy_;
|
| scoped_ptr<FileAccessPermissions> file_access_permissions_;
|
|
|