summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi/file_system_file_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/fileapi/file_system_file_util.h')
-rw-r--r--webkit/fileapi/file_system_file_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/fileapi/file_system_file_util.h b/webkit/fileapi/file_system_file_util.h
index 433c0bc..9b02a44 100644
--- a/webkit/fileapi/file_system_file_util.h
+++ b/webkit/fileapi/file_system_file_util.h
@@ -80,7 +80,8 @@ class FileSystemFileUtil {
virtual PlatformFileError CreateDirectory(
FileSystemOperationContext* context,
const FilePath& file_path,
- bool exclusive);
+ bool exclusive,
+ bool recursive);
// Copies a file or a directory from |src_file_path| to |dest_file_path|
// Error cases: