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

Unified Diff: content/common/frame_messages.h

Issue 2886943003: [Offline Pages] Adding missing image/CSS detection in FrameSerializer. (Closed)
Patch Set: finally fixed. Created 3 years, 6 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
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 7077b9a6cefeb6d1a2f0840de136dade3e6f99d9..0d8730ab74e2e52cfdffc4ae6cf633373a08ccae 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -511,6 +511,9 @@ IPC_STRUCT_BEGIN(FrameMsg_SerializeAsMHTML_Params)
// Whether to remove popup overlay while serializing.
IPC_STRUCT_MEMBER(bool, mhtml_popup_overlay_removal)
+ // Whether to detect problems while serializing.
+ IPC_STRUCT_MEMBER(bool, mhtml_problem_detection)
+
// Frame to content-id map.
// Keys are routing ids of either RenderFrames or RenderFrameProxies.
// Values are MHTML content-ids - see WebFrameSerializer::generateMHTMLParts.
« no previous file with comments | « content/browser/download/mhtml_generation_manager.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698