| 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 e66026285ac5954da1728c86a426dd0fa4717d71..34916ff6fd99c39e54425e796e49d31dc664348f 100644
|
| --- a/content/browser/download/download_item_impl.h
|
| +++ b/content/browser/download/download_item_impl.h
|
| @@ -56,6 +56,8 @@ class CONTENT_EXPORT DownloadItemImpl
|
| const base::FilePath& target_path,
|
| const std::vector<GURL>& url_chain,
|
| const GURL& referrer_url,
|
| + const std::string& mime_type,
|
| + const std::string& original_mime_type,
|
| const base::Time& start_time,
|
| const base::Time& end_time,
|
| const std::string& etag,
|
|
|