Chromium Code Reviews| Index: content/browser/download/base_file.cc |
| =================================================================== |
| --- content/browser/download/base_file.cc (revision 157712) |
| +++ content/browser/download/base_file.cc (working copy) |
| @@ -529,7 +529,6 @@ |
| // theres not much we can do. But we might in the future. |
| file_stream_->Flush(); |
| #endif |
| - file_stream_->CloseSync(); |
| ClearStream(net::OK); |
| } |
| } |