summaryrefslogtreecommitdiffstats
path: root/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/browser/fileapi/sandbox_file_system_backend_delegate.h')
-rw-r--r--webkit/browser/fileapi/sandbox_file_system_backend_delegate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h b/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
index d08c9a6..c011a48 100644
--- a/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
+++ b/webkit/browser/fileapi/sandbox_file_system_backend_delegate.h
@@ -71,6 +71,9 @@ class WEBKIT_STORAGE_BROWSER_EXPORT SandboxFileSystemBackendDelegate
virtual bool HasFileSystemType(FileSystemType type) const = 0;
};
+ // Returns the type directory name in sandbox directory for given |type|.
+ static std::string GetTypeString(FileSystemType type);
+
SandboxFileSystemBackendDelegate(
quota::QuotaManagerProxy* quota_manager_proxy,
base::SequencedTaskRunner* file_task_runner,