| Index: content/shell/browser/shell.cc
|
| diff --git a/content/shell/browser/shell.cc b/content/shell/browser/shell.cc
|
| index c6cf3527723445d821faaf5d7219d942f6f27210..9232dce55c561b6fccb6a5a08adddd9af894cbac 100644
|
| --- a/content/shell/browser/shell.cc
|
| +++ b/content/shell/browser/shell.cc
|
| @@ -441,7 +441,8 @@ void Shell::ActivateContents(WebContents* contents) {
|
| contents->GetRenderViewHost()->GetWidget()->Focus();
|
| }
|
|
|
| -bool Shell::HandleContextMenu(const content::ContextMenuParams& params) {
|
| +bool Shell::HandleContextMenu(RenderFrameHost* render_frame_host,
|
| + const content::ContextMenuParams& params) {
|
| return PlatformHandleContextMenu(params);
|
| }
|
|
|
|
|