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

Unified Diff: content/public/common/mhtml_generation_params.h

Issue 2656713002: Merge to M57: Remove popup overlay from MHTML when requested (Closed)
Patch Set: Created 3 years, 11 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/common/frame_messages.h ('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/public/common/mhtml_generation_params.h
diff --git a/content/public/common/mhtml_generation_params.h b/content/public/common/mhtml_generation_params.h
index 32825e49ddc888b12bf8c2f7ae63550eb2e7fe0f..f4e5bd8f727b277928f9be9a69ca53bc0cf28826 100644
--- a/content/public/common/mhtml_generation_params.h
+++ b/content/public/common/mhtml_generation_params.h
@@ -28,6 +28,9 @@ struct CONTENT_EXPORT MHTMLGenerationParams {
// Cache-Control header is used.
blink::WebFrameSerializerCacheControlPolicy cache_control_policy =
blink::WebFrameSerializerCacheControlPolicy::None;
+
+ // Removes popups that could obstruct the user's view of normal content.
+ bool remove_popup_overlay = false;
};
} // namespace content
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698