summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_path_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_path_manager.h')
-rw-r--r--webkit/fileapi/file_system_path_manager.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/fileapi/file_system_path_manager.h b/webkit/fileapi/file_system_path_manager.h
index 99e0bfc..12104ef 100644
--- a/webkit/fileapi/file_system_path_manager.h
+++ b/webkit/fileapi/file_system_path_manager.h
@@ -70,6 +70,10 @@ class FileSystemPathManager {
static const char kPersistentName[];
static const char kTemporaryName[];
+ const FilePath& base_path() const {
+ return base_path_;
+ }
+
private:
class GetFileSystemRootPathTask;