Index: components/renderer_context_menu/render_view_context_menu_base.h |
diff --git a/components/renderer_context_menu/render_view_context_menu_base.h b/components/renderer_context_menu/render_view_context_menu_base.h |
index fbfbe5b34990c3e1ad9e04d42f400d966b66bea0..d6d7bbd5a5703343aa46f5a91a952ae93fc58a74 100644 |
--- a/components/renderer_context_menu/render_view_context_menu_base.h |
+++ b/components/renderer_context_menu/render_view_context_menu_base.h |
@@ -163,7 +163,10 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate, |
content::ContextMenuParams params_; |
content::WebContents* source_web_contents_; |
- content::WebContents* embedded_web_contents_; |
+ // In the case of a MimeHandlerView this will point to the WebContents that |
+ // embeds the MimeHandlerViewGuest. Otherwise this will be the same as |
+ // source_web_contents_. |
+ content::WebContents* embedder_web_contents_; |
content::BrowserContext* browser_context_; |
ui::SimpleMenuModel menu_model_; |