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

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

Issue 2806423002: Fixed an uninitialized value (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_request_core.cc
diff --git a/content/browser/download/download_request_core.cc b/content/browser/download/download_request_core.cc
index 8d5e995c1b4718168e5b32c2bd34f1287dddcd8c..6469a5c20eb7832dd4462e4d57bfe1809616ca12 100644
--- a/content/browser/download/download_request_core.cc
+++ b/content/browser/download/download_request_core.cc
@@ -184,6 +184,7 @@ DownloadRequestCore::DownloadRequestCore(net::URLRequest* request,
: delegate_(delegate),
request_(request),
download_id_(DownloadItem::kInvalidId),
+ transient_(false),
bytes_read_(0),
pause_count_(0),
was_deferred_(false),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698