Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Unified Diff: content/common/frame_messages.h

Issue 2731293004: Move the writing of the MHTML footer to the browser process. (Closed)
Patch Set: Comments and naming changes. Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698