Index: webkit/fileapi/sandbox_mount_point_provider.h |
diff --git a/webkit/fileapi/sandbox_mount_point_provider.h b/webkit/fileapi/sandbox_mount_point_provider.h |
index 2ee584e7a974f9fc597987b98f25a553d7e59d34..b00754ddae62d6703210f3653377c60b47232eb6 100644 |
--- a/webkit/fileapi/sandbox_mount_point_provider.h |
+++ b/webkit/fileapi/sandbox_mount_point_provider.h |
@@ -85,6 +85,13 @@ class SandboxMountPointProvider |
virtual bool IsRestrictedFileName(const FilePath& filename) const OVERRIDE; |
virtual std::vector<FilePath> GetRootDirectories() const OVERRIDE; |
virtual FileSystemFileUtil* GetFileUtil() OVERRIDE; |
+ virtual FileSystemOperationInterface* CreateFileSystemOperation( |
+ const GURL& origin_url, |
+ FileSystemType file_system_type, |
+ const FilePath& virtual_path, |
+ scoped_ptr<FileSystemCallbackDispatcher> dispatcher, |
+ base::MessageLoopProxy* file_proxy, |
+ FileSystemContext* context) const OVERRIDE; |
FilePath old_base_path() const; |
FilePath new_base_path() const; |