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

Unified Diff: components/renderer_context_menu/render_view_context_menu_base.h

Issue 1117893002: Moving extension code out of "components/" to avoid layering violations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing nit. Created 5 years, 7 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698