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

Unified Diff: content/common/frame_messages.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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 90923442602cc1558cfafd0d49cc9ae7fc831d99..ecedce9a404c930f8503dfb2c4f3dcd51a9795ac 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -486,6 +486,9 @@ IPC_STRUCT_BEGIN(FrameMsg_SerializeAsMHTML_Params)
IPC_STRUCT_MEMBER(blink::WebFrameSerializerCacheControlPolicy,
mhtml_cache_control_policy)
+ // Whether to remove popup overlay while serializing.
+ IPC_STRUCT_MEMBER(bool, mhtml_popup_overlay_removal)
+
// Frame to content-id map.
// Keys are routing ids of either RenderFrames or RenderFrameProxies.
// Values are MHTML content-ids - see WebFrameSerializer::generateMHTMLParts.
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | content/public/common/mhtml_generation_params.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698