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

Unified Diff: third_party/WebKit/Source/web/WebFrameSerializer.cpp

Issue 2731293004: Move the writing of the MHTML footer to the browser process. (Closed)
Patch Set: More minor changes Created 3 years, 9 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/web/WebFrameSerializer.cpp
diff --git a/third_party/WebKit/Source/web/WebFrameSerializer.cpp b/third_party/WebKit/Source/web/WebFrameSerializer.cpp
index 9a84d54a734ba0970860a5c593d277329f6c28ee..196b3032a5bcdcface247fea488e18c1b7e74678 100644
--- a/third_party/WebKit/Source/web/WebFrameSerializer.cpp
+++ b/third_party/WebKit/Source/web/WebFrameSerializer.cpp
@@ -437,14 +437,6 @@ WebThreadSafeData WebFrameSerializer::generateMHTMLParts(
return output.release();
}
-WebThreadSafeData WebFrameSerializer::generateMHTMLFooter(
- const WebString& boundary) {
- TRACE_EVENT0("page-serialization", "WebFrameSerializer::generateMHTMLFooter");
- RefPtr<RawData> buffer = RawData::create();
- MHTMLArchive::generateMHTMLFooter(boundary, *buffer->mutableData());
- return buffer.release();
-}
-
bool WebFrameSerializer::serialize(
WebLocalFrame* frame,
WebFrameSerializerClient* client,
« no previous file with comments | « third_party/WebKit/Source/platform/mhtml/MHTMLArchive.cpp ('k') | third_party/WebKit/Source/web/tests/MHTMLTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698