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

Unified Diff: components/renderer_context_menu/render_view_context_menu_base.h

Issue 931073002: Fix for Incomplete context menu shown in PDF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes as per review comments. Created 5 years, 10 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 779e8bbd9297aa178665649f6a32371860e6573d..fbfbe5b34990c3e1ad9e04d42f400d966b66bea0 100644
--- a/components/renderer_context_menu/render_view_context_menu_base.h
+++ b/components/renderer_context_menu/render_view_context_menu_base.h
@@ -163,6 +163,7 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
content::ContextMenuParams params_;
content::WebContents* source_web_contents_;
+ content::WebContents* embedded_web_contents_;
raymes 2015/02/19 00:20:46 This should be called embedder_web_contents_. Ple
content::BrowserContext* browser_context_;
ui::SimpleMenuModel menu_model_;

Powered by Google App Engine
This is Rietveld 408576698