| Index: webkit/fileapi/sandbox_file_stream_writer.h
|
| ===================================================================
|
| --- webkit/fileapi/sandbox_file_stream_writer.h (revision 160294)
|
| +++ webkit/fileapi/sandbox_file_stream_writer.h (working copy)
|
| @@ -34,6 +34,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;
|
|
|
| // Used only by tests.
|
| void set_default_quota(int64 quota) {
|
|
|