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

Unified Diff: third_party/WebKit/public/web/WebFrameSerializer.h

Issue 2640923003: Remove popup overlay from MHTML when requested (Closed)
Patch Set: Created 3 years, 11 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/public/web/WebFrameSerializer.h
diff --git a/third_party/WebKit/public/web/WebFrameSerializer.h b/third_party/WebKit/public/web/WebFrameSerializer.h
index 5b0e6e1f0f433223206d7ad410b1e0253b5117fa..38ce57ac7f833521e2756aeacc92ccc8f0910f70 100644
--- a/third_party/WebKit/public/web/WebFrameSerializer.h
+++ b/third_party/WebKit/public/web/WebFrameSerializer.h
@@ -66,6 +66,8 @@ class WebFrameSerializer {
virtual WebFrameSerializerCacheControlPolicy cacheControlPolicy() = 0;
virtual bool useBinaryEncoding() = 0;
+
+ virtual bool removePopupOverlay() = 0;
};
// Generates and returns an MHTML header.

Powered by Google App Engine
This is Rietveld 408576698