diff options
Diffstat (limited to 'webkit/fileapi')
-rw-r--r-- | webkit/fileapi/file_system_path_manager.h | 4 |
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; |