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

Unified Diff: content/browser/renderer_host/render_widget_host_view_aura.h

Issue 183923030: Almost finish moving context_menu_node_ from RenderViewImpl to RenderFrameImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 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: content/browser/renderer_host/render_widget_host_view_aura.h
===================================================================
--- content/browser/renderer_host/render_widget_host_view_aura.h (revision 254898)
+++ content/browser/renderer_host/render_widget_host_view_aura.h (working copy)
@@ -131,6 +131,10 @@
// perform any necessary clean-up.
virtual void OnViewDestroyed() = 0;
+ // Sets the render frame ID of the frame that the context menu is over.
+ virtual void SetContextMenuRenderFrameID(int render_process_id,
+ int render_frame_id) = 0;
+
protected:
virtual ~TouchEditingClient() {}
};

Powered by Google App Engine
This is Rietveld 408576698