| Index: webkit/chromeos/fileapi/remote_file_stream_writer.h
|
| ===================================================================
|
| --- webkit/chromeos/fileapi/remote_file_stream_writer.h (revision 160294)
|
| +++ webkit/chromeos/fileapi/remote_file_stream_writer.h (working copy)
|
| @@ -42,6 +42,7 @@
|
| 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()
|
|
|