Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(223)

Unified Diff: content/browser/download/download_item_impl.h

Issue 10069014: Save Page As MHTML (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: -osall, extract_actions.py Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e3e3299866bfd26e50ffea773d640b48fb29d0ea..0bdd238e0e34b41e8d2a3951bc5df9e241d9747b 100644
--- a/content/browser/download/download_item_impl.h
+++ b/content/browser/download/download_item_impl.h
@@ -105,6 +105,7 @@ class CONTENT_EXPORT DownloadItemImpl : public content::DownloadItem {
const GURL& url,
bool is_otr,
content::DownloadId download_id,
+ const std::string& mime_type,
Randy Smith (Not in Mondays) 2012/04/27 18:24:04 How is this used? I dug around and couldn't figur
benjhayden 2012/04/28 19:09:03 GDataUploader::UploadFile() requires it to be not
const net::BoundNetLog& bound_net_log);
virtual ~DownloadItemImpl();

Powered by Google App Engine
This is Rietveld 408576698