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

Unified Diff: webkit/fileapi/sandbox_file_stream_writer.cc

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/sandbox_file_stream_writer.cc
diff --git a/webkit/fileapi/sandbox_file_stream_writer.cc b/webkit/fileapi/sandbox_file_stream_writer.cc
index a12e00e743293460cc9269fe76503569fd511e7f..a16c4adc862ca2889e605294ce8295ffc4e1cd53 100644
--- a/webkit/fileapi/sandbox_file_stream_writer.cc
+++ b/webkit/fileapi/sandbox_file_stream_writer.cc
@@ -234,4 +234,9 @@ bool SandboxFileStreamWriter::CancelIfRequested() {
return true;
}
+int SandboxFileStreamWriter::Flush(const net::CompletionCallback& callback) {
+ // TODO(kinaba): leave comment here.
+ return net::OK;
+}
+
} // namespace fileapi
« webkit/fileapi/file_writer_delegate.cc ('K') | « webkit/fileapi/sandbox_file_stream_writer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698