Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(475)

Unified Diff: webkit/fileapi/file_writer_delegate.h

Issue 10986045: Flush at the end of local file writing in FileWriter API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webkit/fileapi/file_writer_delegate.h
diff --git a/webkit/fileapi/file_writer_delegate.h b/webkit/fileapi/file_writer_delegate.h
index 1b7bb167b4502fd74cfae5435b1746a21040a59f..785bd3091ca63a0394e981385dc28f8c1d15e17e 100644
--- a/webkit/fileapi/file_writer_delegate.h
+++ b/webkit/fileapi/file_writer_delegate.h
@@ -65,6 +65,7 @@ class FILEAPI_EXPORT_PRIVATE FileWriterDelegate
void OnError(base::PlatformFileError error);
void OnProgress(int bytes_read, bool done);
void OnWriteCancelled(int status);
+ void OnSuccessfulCompletion(int bytes_written, int status);
FileSystemQuotaUtil* quota_util() const;

Powered by Google App Engine
This is Rietveld 408576698