Index: net/base/file_stream_posix.h |
diff --git a/net/base/file_stream_posix.h b/net/base/file_stream_posix.h |
index 0f1ee016485a17e452faa1f3e08485f955adc211..2ac7d6370ca4d07161ebd64f12464c414a64820d 100644 |
--- a/net/base/file_stream_posix.h |
+++ b/net/base/file_stream_posix.h |
@@ -48,7 +48,8 @@ class NET_EXPORT FileStreamPosix { |
int Write(IOBuffer* buf, int buf_len, const CompletionCallback& callback); |
int WriteSync(const char* buf, int buf_len); |
int64 Truncate(int64 bytes); |
- int Flush(); |
+ int Flush(const CompletionCallback& callback); |
+ int FlushSync(); |
void EnableErrorStatistics(); |
void SetBoundNetLogSource( |
const net::BoundNetLog& owner_bound_net_log); |