Index: webkit/fileapi/file_writer_delegate.h |
=================================================================== |
--- webkit/fileapi/file_writer_delegate.h (revision 160294) |
+++ webkit/fileapi/file_writer_delegate.h (working copy) |
@@ -77,6 +77,13 @@ |
void OnError(base::PlatformFileError error); |
void OnProgress(int bytes_read, bool done); |
void OnWriteCancelled(int status); |
+ void FlushForCompletion(base::PlatformFileError error, |
+ int bytes_written, |
+ WriteProgressStatus progress_status); |
+ void OnFlushed(base::PlatformFileError error, |
+ int bytes_written, |
+ WriteProgressStatus progress_status, |
+ int flush_error); |
FileSystemQuotaUtil* quota_util() const; |
WriteProgressStatus GetCompletionStatusOnError() const; |