diff options
Diffstat (limited to 'content/port')
-rw-r--r-- | content/port/browser/render_view_host_delegate_view.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/content/port/browser/render_view_host_delegate_view.h b/content/port/browser/render_view_host_delegate_view.h index 9c859c91..4460544 100644 --- a/content/port/browser/render_view_host_delegate_view.h +++ b/content/port/browser/render_view_host_delegate_view.h @@ -34,8 +34,7 @@ class CONTENT_EXPORT RenderViewHostDelegateView { public: // A context menu should be shown, to be built using the context information // provided in the supplied params. - virtual void ShowContextMenu(const ContextMenuParams& params, - ContextMenuSourceType type) {} + virtual void ShowContextMenu(const ContextMenuParams& params) {} // Shows a popup menu with the specified items. // This method should call RenderViewHost::DidSelectPopupMenuItem[s]() or |