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

Unified Diff: components/renderer_context_menu/render_view_context_menu_base.h

Issue 2385363002: Pass the RenderProcessHost id on retargeting. (Closed)
Patch Set: Created 4 years, 2 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 60f3129258c2d349589bcab1efd82a1bc7f1e21a..870a3b897061a4dbf5a39cf98e87d7162150ca8b 100644
--- a/components/renderer_context_menu/render_view_context_menu_base.h
+++ b/components/renderer_context_menu/render_view_context_menu_base.h
@@ -180,7 +180,8 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
ui::SimpleMenuModel menu_model_;
- // Renderer's frame id.
+ // Renderer's process and frame id.
+ const int render_process_host_id_;
const int render_frame_id_;
// Our observers.

Powered by Google App Engine
This is Rietveld 408576698