| Index: chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc
 | 
| diff --git a/chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc b/chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc
 | 
| index c4494b2e78367b13f95c8bb1bc7a89c909d17139..6b815372f7489a47b10dd8a2cbed18a02c144ee6 100644
 | 
| --- a/chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc
 | 
| +++ b/chrome/browser/renderer_context_menu/open_with_menu_factory_ash.cc
 | 
| @@ -35,12 +35,6 @@ bool OpenWithMenuObserver::SubMenuDelegate::IsCommandIdEnabled(
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| -bool OpenWithMenuObserver::SubMenuDelegate::GetAcceleratorForCommandId(
 | 
| -    int command_id,
 | 
| -    ui::Accelerator* accelerator) const {
 | 
| -  return false;
 | 
| -}
 | 
| -
 | 
|  void OpenWithMenuObserver::SubMenuDelegate::ExecuteCommand(int command_id,
 | 
|                                                             int event_flags) {
 | 
|    parent_->ExecuteCommand(command_id);
 | 
| 
 |