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

Unified Diff: content/browser/download/base_file.cc

Issue 9288084: Added Net logging to FileStream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged with trunk Created 8 years, 11 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
diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
index b346ef2f8eec4e028d9a0b48a8fd508716b98c20..a9da47f726876a9335794e3d602789b0f8e3aba0 100644
--- a/content/browser/download/base_file.cc
+++ b/content/browser/download/base_file.cc
@@ -449,7 +449,7 @@ void BaseFile::AnnotateWithSourceInformation() {
}
void BaseFile::CreateFileStream() {
- file_stream_.reset(new net::FileStream);
+ file_stream_.reset(new net::FileStream(NULL));
}
net::Error BaseFile::Open() {

Powered by Google App Engine
This is Rietveld 408576698