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

Unified Diff: content/browser/download/download_file.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_create_info.cc ('k') | content/browser/download/download_file.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/download/download_file.h
diff --git a/content/browser/download/download_file.h b/content/browser/download/download_file.h
index f42a1af23c3f6d4b9f56690a8a179d00a303c48b..3424054cb82aa5ff36d0dd956b5da45b865bf534 100644
--- a/content/browser/download/download_file.h
+++ b/content/browser/download/download_file.h
@@ -26,6 +26,7 @@ class ResourceDispatcherHost;
class CONTENT_EXPORT DownloadFile : public BaseFile {
public:
DownloadFile(const DownloadCreateInfo* info,
+ const DownloadRequestHandle& request_handle,
DownloadManager* download_manager);
virtual ~DownloadFile();
« no previous file with comments | « content/browser/download/download_create_info.cc ('k') | content/browser/download/download_file.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698