| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index 4de5ff7d56c6a19546a141aeb9c594872c6cf3b4..18ae3637a8bada2639c2fce86515a4c93b915a79 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -30,6 +30,7 @@
|
| #include "content/public/common/context_menu_params.h"
|
| #include "content/public/common/frame_navigate_params.h"
|
| #include "content/public/common/javascript_message_type.h"
|
| +#include "content/public/common/mhtml_generation_params.h"
|
| #include "content/public/common/page_importance_signals.h"
|
| #include "content/public/common/page_state.h"
|
| #include "content/public/common/resource_response.h"
|
| @@ -500,6 +501,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.
|
|
|