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

Unified Diff: third_party/WebKit/Source/web/tests/PageSerializerTest.cpp

Issue 1417323006: OOPIFs: Deduplicating MHTML parts across frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mhtml-serialization-per-frame
Patch Set: Introduced MHTMLPartsGenerationDelegate interface. Created 5 years 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/PageSerializerTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/PageSerializerTest.cpp b/third_party/WebKit/Source/web/tests/PageSerializerTest.cpp
index 2e240b1e1688d92ce6948f92d35fbb9454aff939..bdf58024a3e9ec856d78eaba77a54648db28e58b 100644
--- a/third_party/WebKit/Source/web/tests/PageSerializerTest.cpp
+++ b/third_party/WebKit/Source/web/tests/PageSerializerTest.cpp
@@ -169,12 +169,6 @@ private:
}
// PageSerializer::Delegate implementation.
- bool shouldIgnoreAttribute(const Attribute&) override
- {
- return false;
- }
-
- // PageSerializer::Delegate implementation.
bool rewriteLink(const Element& element, String& rewrittenLink)
{
String completeURL;

Powered by Google App Engine
This is Rietveld 408576698