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

Unified Diff: content/browser/download/base_file.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: content/browser/download/base_file.cc
===================================================================
--- content/browser/download/base_file.cc (revision 157712)
+++ content/browser/download/base_file.cc (working copy)
@@ -529,7 +529,6 @@
// theres not much we can do. But we might in the future.
file_stream_->Flush();
#endif
- file_stream_->CloseSync();
ClearStream(net::OK);
}
}

Powered by Google App Engine
This is Rietveld 408576698