Index: content/browser/download/base_file.cc |
diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc |
index 9e055cef75a9effdde88038d71b38123a10adbfd..9d55828f5ecbe0e73b9138239899601c7a0fed07 100644 |
--- a/content/browser/download/base_file.cc |
+++ b/content/browser/download/base_file.cc |
@@ -310,7 +310,6 @@ void BaseFile::Close() { |
// theres not much we can do. But we might in the future. |
file_stream_->FlushSync(); |
#endif |
- file_stream_->CloseSync(); |
ClearStream(); |
} |
} |