| Index: chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.cc
 | 
| diff --git a/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.cc b/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.cc
 | 
| index 7f89b3accbe4317f69327855e2e7abb6823c46ed..3801f92e13ce87da2e265147578608449e9d414e 100644
 | 
| --- a/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.cc
 | 
| +++ b/chrome/browser/ui/ash/launcher/launcher_application_menu_item_model.cc
 | 
| @@ -46,12 +46,6 @@ bool LauncherApplicationMenuItemModel::IsCommandIdEnabled(
 | 
|    return launcher_items_[command_id]->IsEnabled();
 | 
|  }
 | 
|  
 | 
| -bool LauncherApplicationMenuItemModel::GetAcceleratorForCommandId(
 | 
| -    int command_id,
 | 
| -    ui::Accelerator* accelerator) const {
 | 
| -  return false;
 | 
| -}
 | 
| -
 | 
|  void LauncherApplicationMenuItemModel::ExecuteCommand(int command_id,
 | 
|                                                        int event_flags) {
 | 
|    DCHECK(command_id < static_cast<int>(launcher_items_.size()));
 | 
| 
 |