Commit d4981b18 authored by pwnall's avatar pwnall Committed by Commit bot

Document timestamp caveat in FileSystem API move operation.

We don't plan to fix the bug, because the FileSystem API is in
maintenance mode. We document the bug as a heads-up to anyone (most
likely us in the future) who might want to reuse the code.

BUG=171284

Review-Url: https://codereview.chromium.org/2390323003
Cr-Commit-Position: refs/heads/master@{#423034}
parent cddc823c
......@@ -297,6 +297,8 @@ class FileSystemOperation {
// CopyInForeignFile and CreateDirectory on dest filesystem
// for cross-filesystem case.
//
// TODO(crbug.com/171284): Restore directory timestamps after the Move
// operation.
virtual void Move(const FileSystemURL& src_path,
const FileSystemURL& dest_path,
CopyOrMoveOption option,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment