| Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
|
| ===================================================================
|
| --- chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc (revision 121660)
|
| +++ chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc (working copy)
|
| @@ -342,7 +342,8 @@
|
| gfx::Rect());
|
| }
|
|
|
| -void TabContentsViewViews::ShowContextMenu(const ContextMenuParams& params) {
|
| +void TabContentsViewViews::ShowContextMenu(
|
| + const content::ContextMenuParams& params) {
|
| // Allow delegates to handle the context menu operation first.
|
| if (web_contents_->GetDelegate() &&
|
| web_contents_->GetDelegate()->HandleContextMenu(params)) {
|
|
|