Index: net/base/file_stream.cc |
=================================================================== |
--- net/base/file_stream.cc (revision 145483) |
+++ net/base/file_stream.cc (working copy) |
@@ -26,6 +26,10 @@ |
impl_.CloseSync(); |
} |
+void FileStream::CloseAndCancelAsync() { |
+ impl_.CloseAndCancelAsync(); |
+} |
+ |
int FileStream::Open(const FilePath& path, int open_flags, |
const CompletionCallback& callback) { |
return impl_.Open(path, open_flags, callback); |