| Index: content/browser/web_contents/web_contents_impl.cc
|
| diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
| index 83f0007ede2c9117eb03fd73b179f287cc14c8f4..be23c81835d5c717f4b0e37f3df66e700989e12b 100644
|
| --- a/content/browser/web_contents/web_contents_impl.cc
|
| +++ b/content/browser/web_contents/web_contents_impl.cc
|
| @@ -4027,7 +4027,8 @@ void WebContentsImpl::ShowContextMenu(RenderFrameHost* render_frame_host,
|
| const ContextMenuParams& params) {
|
| ContextMenuParams context_menu_params(params);
|
| // Allow WebContentsDelegates to handle the context menu operation first.
|
| - if (delegate_ && delegate_->HandleContextMenu(context_menu_params))
|
| + if (delegate_ && delegate_->HandleContextMenu(render_frame_host,
|
| + context_menu_params))
|
| return;
|
|
|
| render_view_host_delegate_view_->ShowContextMenu(render_frame_host,
|
|
|