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

Unified Diff: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h

Issue 2842653002: [Offline Pages] Generate MHTML header in the browser process. (Closed)
Patch Set: Update format string for gcc error. 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
Index: third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
diff --git a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
index 5c449f2fcbb73cf3bdea89c21f64bd52ab761781..192e8e8ec73afc2de5b4bf93d15da8eec2c79c9f 100644
--- a/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
+++ b/third_party/WebKit/Source/platform/mhtml/MHTMLArchive.h
@@ -58,10 +58,10 @@ class PLATFORM_EXPORT MHTMLArchive final
// Same |boundary| needs to be used for all generateMHTMLHeader and
// generateMHTMLPart and generateMHTMLFooter calls that belong to the same
// MHTML document (see also rfc1341, section 7.2.1, "boundary" description).
- static void GenerateMHTMLHeader(const String& boundary,
- const String& title,
- const String& mime_type,
- Vector<char>& output_buffer);
+ static void GenerateMHTMLHeaderForTesting(const String& boundary,
+ const String& title,
+ const String& mime_type,
+ Vector<char>& output_buffer);
// Serializes SerializedResource as an MHTML part and appends it in
// |outputBuffer|.

Powered by Google App Engine
This is Rietveld 408576698