Chromium Code Reviews| Index: chrome/common/zip_reader.cc |
| diff --git a/chrome/common/zip_reader.cc b/chrome/common/zip_reader.cc |
| index 6d7b8313ce4ff6359c77c14c5dd34074622a0701..14960aa0d571c284413098a1ad00c2eaa9bc776c 100644 |
| --- a/chrome/common/zip_reader.cc |
| +++ b/chrome/common/zip_reader.cc |
| @@ -229,7 +229,6 @@ bool ZipReader::ExtractCurrentEntryToFilePath( |
| } |
| } |
| - stream.CloseSync(); |
| unzCloseCurrentFile(zip_file_); |
| return success; |
| } |