| 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 61dfbe4644bb28216b0d88f74b3f90ceef7fae47..e4f89613b743f793d98ad32ad27827d785b9781f 100644
|
| --- a/components/renderer_context_menu/render_view_context_menu_base.h
|
| +++ b/components/renderer_context_menu/render_view_context_menu_base.h
|
| @@ -170,10 +170,6 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
|
|
|
| content::ContextMenuParams params_;
|
| content::WebContents* source_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_;
|
|
|