Chromium Code Reviews| Index: webkit/fileapi/file_system_operation.cc |
| diff --git a/webkit/fileapi/file_system_operation.cc b/webkit/fileapi/file_system_operation.cc |
| index 4265b6f71924571e71c765b39d547dd28083d77a..189e18940ac7624e7abcb68bae18a6a6be517053 100644 |
| --- a/webkit/fileapi/file_system_operation.cc |
| +++ b/webkit/fileapi/file_system_operation.cc |
| @@ -399,6 +399,11 @@ void FileSystemOperation::OpenFile(const GURL& path_url, |
| base::kNullProcessHandle)); |
| } |
| +void FileSystemOperation::NotifyCloseFile(const GURL& path) { |
| + // No particular task to do. This method is for remote file systems that |
| + // need synchronization with remote server. |
|
kinuko
2012/06/25 11:46:54
Should we delete this here?
kinaba
2012/06/26 00:15:10
True. Done.
|
| +} |
| + |
| // We can only get here on a write or truncate that's not yet completed. |
| // We don't support cancelling any other operation at this time. |
| void FileSystemOperation::Cancel(const StatusCallback& cancel_callback) { |