Index: 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 c5e03f5c41dad256414727d94993f3707a620903..d4198cb62e1be68ff2d9c83a8737f170703e560c 100644 |
--- a/content/browser/download/download_item_factory.h |
+++ b/content/browser/download/download_item_factory.h |
@@ -44,6 +44,8 @@ public: |
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, |