| 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.
|
|
|