| Index: content/public/browser/web_contents_delegate.cc
|
| diff --git a/content/public/browser/web_contents_delegate.cc b/content/public/browser/web_contents_delegate.cc
|
| index df973484d0d98a93526ab6b06869e9c4a28a570b..81f8730dc9b54e649e0faa0ee584dd1657866340 100644
|
| --- a/content/public/browser/web_contents_delegate.cc
|
| +++ b/content/public/browser/web_contents_delegate.cc
|
| @@ -86,6 +86,7 @@ void WebContentsDelegate::CanDownload(
|
| }
|
|
|
| bool WebContentsDelegate::HandleContextMenu(
|
| + RenderFrameHost* render_frame_host,
|
| const content::ContextMenuParams& params) {
|
| return false;
|
| }
|
|
|