Index: chrome/common/file_system/file_system_dispatcher.h |
=================================================================== |
--- chrome/common/file_system/file_system_dispatcher.h (revision 60236) |
+++ chrome/common/file_system/file_system_dispatcher.h (working copy) |
@@ -52,6 +52,10 @@ |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
bool ReadDirectory(const FilePath& path, |
fileapi::FileSystemCallbackDispatcher* dispatcher); |
+ bool TouchFile(const FilePath& file_path, |
+ const base::Time& last_access_time, |
+ const base::Time& last_modified_time, |
+ fileapi::FileSystemCallbackDispatcher* dispatcher); |
private: |
void DidSucceed(int request_id); |