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

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: Correct fix for UploadFileElementReader Created 8 years, 3 months 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
===================================================================
--- chrome/common/zip_reader.cc (revision 157712)
+++ chrome/common/zip_reader.cc (working copy)
@@ -217,7 +217,6 @@
}
}
- stream.CloseSync();
unzCloseCurrentFile(zip_file_);
return success;
}

Powered by Google App Engine
This is Rietveld 408576698