| Index: content/public/browser/web_contents_delegate.h
|
| diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
|
| index 2816c4da06cf5e90a5c49238f7420f2b172d2db2..7d36ed0a1fda2d3fb8df319f83af2ece45e7662c 100644
|
| --- a/content/public/browser/web_contents_delegate.h
|
| +++ b/content/public/browser/web_contents_delegate.h
|
| @@ -246,7 +246,8 @@ class CONTENT_EXPORT WebContentsDelegate {
|
| const base::Callback<void(bool)>& callback);
|
|
|
| // Returns true if the context menu operation was handled by the delegate.
|
| - virtual bool HandleContextMenu(const content::ContextMenuParams& params);
|
| + virtual bool HandleContextMenu(RenderFrameHost* render_frame_host,
|
| + const content::ContextMenuParams& params);
|
|
|
| // Opens source view for given WebContents that is navigated to the given
|
| // page url.
|
|
|