Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8020)

Unified Diff: chrome/common/zip_reader.cc

Issue 10701050: net: Implement canceling of all async operations in FileStream. (Closed) Base URL: https://src.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}

Powered by Google App Engine
This is Rietveld 408576698