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

Unified Diff: content/public/browser/download_url_parameters.cc

Issue 2791453003: DownloadManager : Create transient downloads (Closed)
Patch Set: nits 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 | « content/public/browser/download_url_parameters.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/download_url_parameters.cc
diff --git a/content/public/browser/download_url_parameters.cc b/content/public/browser/download_url_parameters.cc
index 4ef1c14d7f9699c28e9f98240394370fe4e45ad7..12c5a1ca3effff46c41541a606ec7ef5ff08b87e 100644
--- a/content/public/browser/download_url_parameters.cc
+++ b/content/public/browser/download_url_parameters.cc
@@ -38,7 +38,8 @@ DownloadUrlParameters::DownloadUrlParameters(
render_frame_host_routing_id_(render_frame_host_routing_id),
url_request_context_getter_(url_request_context_getter),
url_(url),
- do_not_prompt_for_login_(false) {}
+ do_not_prompt_for_login_(false),
+ transient_(false) {}
DownloadUrlParameters::~DownloadUrlParameters() {
}
« no previous file with comments | « content/public/browser/download_url_parameters.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698