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

Unified Diff: content/public/browser/mhtml_extra_parts.h

Issue 2827503002: Add extra headers argument so we don't pass headers in the body. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/mhtml_extra_parts.h
diff --git a/content/public/browser/mhtml_extra_parts.h b/content/public/browser/mhtml_extra_parts.h
index 53cfb393112068e1bfaf52754e2a6990bd2a4a6e..69cad1f64a5c23a5bfbdaeee72b0c4959d0c3793 100644
--- a/content/public/browser/mhtml_extra_parts.h
+++ b/content/public/browser/mhtml_extra_parts.h
@@ -24,6 +24,7 @@ class CONTENT_EXPORT MHTMLExtraParts : public base::SupportsUserData::Data {
// use the body provided.
virtual void AddExtraMHTMLPart(const std::string& content_type,
const std::string& content_location,
+ const std::string& extra_headers,
const std::string& body) = 0;
// Returns the number of extra parts added.
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698