From c2e0dbddbe15c98d52c4786dac06cb8952a8ae6d Mon Sep 17 00:00:00 2001 From: "Torne (Richard Coles)" Date: Thu, 9 May 2013 18:35:53 +0100 Subject: Merge from Chromium at DEPS revision r198571 This commit was generated by merge_to_master.py. Change-Id: I951118a03836157090561764dd2627f0add8118f --- content/browser/download/download_item_factory.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/browser/download/download_item_factory.h') diff --git a/content/browser/download/download_item_factory.h b/content/browser/download/download_item_factory.h index 2e42c45761..dfc15ec162 100644 --- a/content/browser/download/download_item_factory.h +++ b/content/browser/download/download_item_factory.h @@ -57,14 +57,15 @@ public: virtual DownloadItemImpl* CreateActiveItem( DownloadItemImplDelegate* delegate, + DownloadId download_id, const DownloadCreateInfo& info, const net::BoundNetLog& bound_net_log) = 0; virtual DownloadItemImpl* CreateSavePageItem( DownloadItemImplDelegate* delegate, + DownloadId download_id, const base::FilePath& path, const GURL& url, - DownloadId download_id, const std::string& mime_type, scoped_ptr request_handle, const net::BoundNetLog& bound_net_log) = 0; -- cgit v1.2.3