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

Unified Diff: content/browser/download/download_item.h

Issue 8371009: Make passing of DownloadRequestHandle separate from DownloadCreateInfo. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to LKGR. Created 9 years, 2 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/browser/download/download_file_unittest.cc ('k') | content/browser/download/download_item.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_item.h
diff --git a/content/browser/download/download_item.h b/content/browser/download/download_item.h
index baf3ca11e0362358588aba9a3271ae9212945697..7a19ea014107f293a632e8e043d9a96cf8097beb 100644
--- a/content/browser/download/download_item.h
+++ b/content/browser/download/download_item.h
@@ -119,6 +119,7 @@ class CONTENT_EXPORT DownloadItem {
// Constructing for a regular download:
DownloadItem(DownloadManager* download_manager,
const DownloadCreateInfo& info,
+ const DownloadRequestHandle& request_handle,
bool is_otr);
// Constructing for the "Save Page As..." feature:
« no previous file with comments | « content/browser/download/download_file_unittest.cc ('k') | content/browser/download/download_item.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698