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

Unified Diff: third_party/WebKit/Source/web/tests/MHTMLTest.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/tests/MHTMLTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/MHTMLTest.cpp b/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
index e952d14faa015079a18bd57fe555d73d033d25b3..f9024803667e25e782f9608cd593b9cb466605aa 100644
--- a/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
+++ b/third_party/WebKit/Source/web/tests/MHTMLTest.cpp
@@ -159,7 +159,8 @@ class MHTMLTest : public ::testing::Test {
MHTMLArchive::generateMHTMLPart(boundary, String(), encodingPolicy,
resource, *mhtmlData->mutableData());
}
- MHTMLArchive::generateMHTMLFooter(boundary, *mhtmlData->mutableData());
+ MHTMLArchive::generateMHTMLFooterForTesting(boundary,
+ *mhtmlData->mutableData());
return mhtmlData.release();
}
« no previous file with comments | « third_party/WebKit/Source/web/WebFrameSerializer.cpp ('k') | third_party/WebKit/public/web/WebFrameSerializer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698