| Index: chrome/browser/chromeos/first_run/first_run_view.cc
|
| diff --git a/chrome/browser/chromeos/first_run/first_run_view.cc b/chrome/browser/chromeos/first_run/first_run_view.cc
|
| index 9e37277814126056f5e5947fefd9e67fe8cd2e48..59b7bea8fd7fed98705cdc08c3f9a1a417c8d9b3 100644
|
| --- a/chrome/browser/chromeos/first_run/first_run_view.cc
|
| +++ b/chrome/browser/chromeos/first_run/first_run_view.cc
|
| @@ -53,8 +53,8 @@ content::WebContents* FirstRunView::GetWebContents() {
|
| return web_view_->web_contents();
|
| }
|
|
|
| -bool FirstRunView::HandleContextMenu(
|
| - const content::ContextMenuParams& params) {
|
| +bool FirstRunView::HandleContextMenu(RenderFrameHost* render_frame_host,
|
| + const content::ContextMenuParams& params) {
|
| // Discards context menu.
|
| return true;
|
| }
|
|
|