| Index: content/browser/download/download_item_impl.h
|
| diff --git a/content/browser/download/download_item_impl.h b/content/browser/download/download_item_impl.h
|
| index be9a2c33bde3fee81a4c8e5f0522ea7c4b9d9895..52fbbb0af432ec0b93137db0839742e02a5e2028 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -58,6 +58,8 @@ class CONTENT_EXPORT DownloadItemImpl
|
| const base::FilePath& target_path,
|
| const std::vector<GURL>& url_chain,
|
| const GURL& referrer_url,
|
| + const GURL& tab_url,
|
| + const GURL& tab_referrer_url,
|
| const std::string& mime_type,
|
| const std::string& original_mime_type,
|
| const base::Time& start_time,
|
|
|