Index: content/common/frame_messages.h |
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h |
index 774d9cb024221bc947d210933193a33648d352d4..b890be991b25cf776c708d4de5d9952bd5fcbedb 100644 |
--- a/content/common/frame_messages.h |
+++ b/content/common/frame_messages.h |
@@ -513,9 +513,6 @@ IPC_STRUCT_BEGIN(FrameMsg_SerializeAsMHTML_Params) |
// Salt used for |digests_of_uris_to_skip|. |
IPC_STRUCT_MEMBER(std::string, salt) |
- |
- // If |is_last_frame| is true, then an MHTML footer will be generated. |
- IPC_STRUCT_MEMBER(bool, is_last_frame) |
IPC_STRUCT_END() |
// This message is used to send hittesting data from the renderer in order |