diff options
Diffstat (limited to 'webkit/fileapi/local_file_system_file_util.cc')
-rw-r--r-- | webkit/fileapi/local_file_system_file_util.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webkit/fileapi/local_file_system_file_util.cc b/webkit/fileapi/local_file_system_file_util.cc index 729da6a..535d008 100644 --- a/webkit/fileapi/local_file_system_file_util.cc +++ b/webkit/fileapi/local_file_system_file_util.cc @@ -121,6 +121,7 @@ PlatformFileError LocalFileSystemFileUtil::CopyOrMoveFile( context, local_src_path, local_dest_path, copy); } +// TODO(dmikurube): Make it independent from CopyOrMoveFile. PlatformFileError LocalFileSystemFileUtil::CopyInForeignFile( FileSystemOperationContext* context, const FilePath& src_file_path, |