Index: webkit/browser/fileapi/file_system_backend.h |
diff --git a/webkit/browser/fileapi/file_system_backend.h b/webkit/browser/fileapi/file_system_backend.h |
index 37cb6b066b894b7a39930b4117f0e6d1335c3d7e..9615f64d55644e5fff133e9d6c8b1fec9d57ffd8 100644 |
--- a/webkit/browser/fileapi/file_system_backend.h |
+++ b/webkit/browser/fileapi/file_system_backend.h |
@@ -53,6 +53,9 @@ class WEBKIT_STORAGE_BROWSER_EXPORT FileSystemBackend { |
// One mount point provider may be able to handle multiple filesystem types. |
virtual bool CanHandleType(FileSystemType type) const = 0; |
+ // Initializes the filesystem. |
+ virtual void Initialize(const fileapi::FileSystemContext* context) = 0; |
+ |
// Initializes the filesystem for the given |origin_url| and |type|. |
// This verifies if it is allowed to request (or create) the filesystem |
// and if it can access (or create) the root directory of the mount point. |