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

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

Issue 2656713002: Merge to M57: 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
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frameserialization/popup.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « third_party/WebKit/Source/web/tests/data/frameserialization/popup.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698