Implement "preserving last modified" for Copy() and Move() on cross file system.
commit39a7337981191d10da0843b0e33c65797f51fca5
authorhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Sep 2013 18:06:26 +0000 (26 18:06 +0000)
committerhidehiko@chromium.org <hidehiko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 26 Sep 2013 18:06:26 +0000 (26 18:06 +0000)
treeb7cffdcb00862814175da8a65abd5fda8dc5f83a
parent615bbbfdd7b9be41bdf33b60fbed2ad9a02d2352
Implement "preserving last modified" for Copy() and Move() on cross file system.

This CL implements "preserving last modified" feature for Copy() and Move() on
cross file system. As specification says, the failing of TouchFile shouldn't be
an error, so errors are just ignored.

BUG=282107
TEST=Ran unit_tests and content_unittests

Review URL: https://codereview.chromium.org/24593002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@225504 0039d316-1c4b-4281-b951-d872f2087c98
webkit/browser/fileapi/copy_or_move_operation_delegate.cc
webkit/browser/fileapi/copy_or_move_operation_delegate.h