| Index: content/common/frame_messages.h
|
| diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
|
| index e10bedbb65ef73ba123e3bbfdb3182991d017d10..b128439de647e8d48e38b28107308d4b2b66d356 100644
|
| --- a/content/common/frame_messages.h
|
| +++ b/content/common/frame_messages.h
|
| @@ -496,6 +496,11 @@ IPC_STRUCT_BEGIN(FrameMsg_SerializeAsMHTML_Params)
|
| // |mhtml_boundary_marker| should be used for serialization of each frame.
|
| IPC_STRUCT_MEMBER(std::string, mhtml_boundary_marker)
|
|
|
| + // Whether to use binary encoding while serializing. Binary encoding is not
|
| + // supported outside of Chrome, so this should not be used if the MHTML is
|
| + // intended for sharing.
|
| + IPC_STRUCT_MEMBER(bool, mhtml_binary_encoding)
|
| +
|
| // Frame to content-id map.
|
| // Keys are routing ids of either RenderFrames or RenderFrameProxies.
|
| // Values are MHTML content-ids - see WebFrameSerializer::generateMHTMLParts.
|
|
|