| Index: chrome/browser/tab_contents/render_view_context_menu_gtk.cc
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu_gtk.cc b/chrome/browser/tab_contents/render_view_context_menu_gtk.cc
|
| index 120ea9e14837799411ed11b0fc6ca4e55fa77f71..4c2a6d32138f1294c38ef58cd1d17a5e2021cc0f 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu_gtk.cc
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu_gtk.cc
|
| @@ -34,6 +34,12 @@ void RenderViewContextMenuGtk::PlatformInit() {
|
| }
|
| }
|
|
|
| +bool RenderViewContextMenuGtk::GetAcceleratorForCommandId(
|
| + int command_id,
|
| + menus::Accelerator* accelerator) {
|
| + return false;
|
| +}
|
| +
|
| void RenderViewContextMenuGtk::Popup(const gfx::Point& point) {
|
| RenderWidgetHostView* rwhv = source_tab_contents_->GetRenderWidgetHostView();
|
| if (rwhv)
|
|
|