Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 5e159ff90f12c86e951d288c72a587eb67e3f788..62bd7ea28446966a20dcdeb8f2a8c2c6c127cdc7 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -514,6 +514,9 @@ IPC_STRUCT_BEGIN(FrameMsg_SerializeAsMHTML_Params) |
// Whether to remove popup overlay while serializing. |
IPC_STRUCT_MEMBER(bool, mhtml_popup_overlay_removal) |
+ // Whether to detect problems while serializing. |
+ IPC_STRUCT_MEMBER(bool, mhtml_problem_detection) |
+ |
// Frame to content-id map. |
// Keys are routing ids of either RenderFrames or RenderFrameProxies. |
// Values are MHTML content-ids - see WebFrameSerializer::generateMHTMLParts. |