| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e514f2d3f560c1809f14992889077174644639d6..0ef5919d69aaa47eaa121d5dfc05b14d4470e6d0 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -31,6 +31,7 @@
|
| #include "content/public/common/frame_navigate_params.h"
|
| #include "content/public/common/javascript_message_type.h"
|
| #include "content/public/common/message_port_types.h"
|
| +#include "content/public/common/mhtml_generation.h"
|
| #include "content/public/common/page_importance_signals.h"
|
| #include "content/public/common/page_state.h"
|
| #include "content/public/common/resource_response.h"
|
| @@ -501,6 +502,9 @@ IPC_STRUCT_BEGIN(FrameMsg_SerializeAsMHTML_Params)
|
| // intended for sharing.
|
| IPC_STRUCT_MEMBER(bool, mhtml_binary_encoding)
|
|
|
| + IPC_STRUCT_MEMBER(content::MHTMLCacheControlPolicy,
|
| + mhtml_cache_control_policy)
|
| +
|
| // Frame to content-id map.
|
| // Keys are routing ids of either RenderFrames or RenderFrameProxies.
|
| // Values are MHTML content-ids - see WebFrameSerializer::generateMHTMLParts.
|
|
|