| Index: content/browser/tab_contents/web_contents_view_mac.mm
|
| ===================================================================
|
| --- content/browser/tab_contents/web_contents_view_mac.mm (revision 121660)
|
| +++ content/browser/tab_contents/web_contents_view_mac.mm (working copy)
|
| @@ -344,7 +344,8 @@
|
| [widget_view_mac->GetNativeView() release];
|
| }
|
|
|
| -void WebContentsViewMac::ShowContextMenu(const ContextMenuParams& params) {
|
| +void WebContentsViewMac::ShowContextMenu(
|
| + const content::ContextMenuParams& params) {
|
| // Allow delegates to handle the context menu operation first.
|
| if (tab_contents_->GetDelegate() &&
|
| tab_contents_->GetDelegate()->HandleContextMenu(params)) {
|
|
|