Index: chrome/common/zip_reader.cc |
diff --git a/chrome/common/zip_reader.cc b/chrome/common/zip_reader.cc |
index a1b5b1c36953e44b5e6977500cfee80aa08c6e95..651675dd443eda0fd081970bbb5645444f0f6e9b 100644 |
--- a/chrome/common/zip_reader.cc |
+++ b/chrome/common/zip_reader.cc |
@@ -217,7 +217,6 @@ bool ZipReader::ExtractCurrentEntryToFilePath( |
} |
} |
- stream.CloseSync(); |
unzCloseCurrentFile(zip_file_); |
return success; |
} |