| Index: content/shell/browser/shell.h
|
| diff --git a/content/shell/browser/shell.h b/content/shell/browser/shell.h
|
| index 59125cf25a1b07d18cfa05a3077cb655b2d392c2..ad8af8491ba21b4cc0fbe0d60d6fa32302d28fe3 100644
|
| --- a/content/shell/browser/shell.h
|
| +++ b/content/shell/browser/shell.h
|
| @@ -159,7 +159,8 @@ class Shell : public WebContentsDelegate,
|
| const base::string16& source_id) override;
|
| void RendererUnresponsive(WebContents* source) override;
|
| void ActivateContents(WebContents* contents) override;
|
| - bool HandleContextMenu(const content::ContextMenuParams& params) override;
|
| + bool HandleContextMenu(RenderFrameHost* render_frame_host,
|
| + const content::ContextMenuParams& params) override;
|
|
|
| static gfx::Size GetShellDefaultSize();
|
|
|
|
|