| Index: components/renderer_context_menu/render_view_context_menu_base.h
 | 
| diff --git a/components/renderer_context_menu/render_view_context_menu_base.h b/components/renderer_context_menu/render_view_context_menu_base.h
 | 
| index d57b9dc12b7eb420d58cfc2b77a7a573f05cd047..60f3129258c2d349589bcab1efd82a1bc7f1e21a 100644
 | 
| --- a/components/renderer_context_menu/render_view_context_menu_base.h
 | 
| +++ b/components/renderer_context_menu/render_view_context_menu_base.h
 | 
| @@ -148,10 +148,6 @@ class RenderViewContextMenuBase : public ui::SimpleMenuModel::Delegate,
 | 
|    virtual void HandleAuthorizeAllPlugins() = 0;
 | 
|  #endif
 | 
|  
 | 
| -  // Returns the accelerator for given |command_id|.
 | 
| -  bool GetAcceleratorForCommandId(int command_id, ui::Accelerator* accelerator)
 | 
| -      const override = 0;
 | 
| -
 | 
|    // Subclasses should send notification.
 | 
|    virtual void NotifyMenuShown() = 0;
 | 
|    virtual void NotifyURLOpened(const GURL& url,
 | 
| 
 |