Index: webkit/chromeos/fileapi/remote_file_stream_writer.h |
diff --git a/webkit/chromeos/fileapi/remote_file_stream_writer.h b/webkit/chromeos/fileapi/remote_file_stream_writer.h |
index fc887733337ab27fa40e0b73bea1e415d934c9a9..cf341bd3347806e210c94f8a1b944dc74a81db8c 100644 |
--- a/webkit/chromeos/fileapi/remote_file_stream_writer.h |
+++ b/webkit/chromeos/fileapi/remote_file_stream_writer.h |
@@ -42,6 +42,7 @@ class RemoteFileStreamWriter : public fileapi::FileStreamWriter { |
virtual int Write(net::IOBuffer* buf, int buf_len, |
const net::CompletionCallback& callback) OVERRIDE; |
virtual int Cancel(const net::CompletionCallback& callback) OVERRIDE; |
+ virtual int Flush(const net::CompletionCallback& callback) OVERRIDE; |
private: |
// Callback function to do the continuation of the work of the first Write() |