| 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 2086a54a89d80e88e51b9e1fb5f7409a1f4469f4..00bac80c2e59709a15350e846f6b95d4fe31bdfc 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,
|
|
|