| Index: chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| diff --git a/chrome/browser/tab_contents/render_view_context_menu_gtk.h b/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| index 863e21e74ef40a30e2d6b21087dc2b8a0d70802a..f9da630300b4efb3e3e2a14da7a8f461a07d1b87 100644
|
| --- a/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| +++ b/chrome/browser/tab_contents/render_view_context_menu_gtk.h
|
| @@ -35,9 +35,7 @@ class RenderViewContextMenuGtk : public RenderViewContextMenu,
|
| // TODO(port): implement.
|
| virtual bool GetAcceleratorForCommandId(
|
| int command_id,
|
| - menus::Accelerator* accelerator) {
|
| - return false;
|
| - }
|
| + menus::Accelerator* accelerator);
|
|
|
| private:
|
| scoped_ptr<MenuGtk> menu_gtk_;
|
|
|