| Index: ui/app_list/app_list_menu.cc
 | 
| diff --git a/ui/app_list/app_list_menu.cc b/ui/app_list/app_list_menu.cc
 | 
| index 8a1a069a9c0f3ab59d9288dc2fa551474d879ced..5601f0dfe9590fd714976cf10765925610032106 100644
 | 
| --- a/ui/app_list/app_list_menu.cc
 | 
| +++ b/ui/app_list/app_list_menu.cc
 | 
| @@ -70,12 +70,6 @@ bool AppListMenu::IsCommandIdEnabled(int command_id) const {
 | 
|    return true;
 | 
|  }
 | 
|  
 | 
| -bool AppListMenu::GetAcceleratorForCommandId(
 | 
| -    int command_id,
 | 
| -    ui::Accelerator* accelerator) const {
 | 
| -  return false;
 | 
| -}
 | 
| -
 | 
|  void AppListMenu::ExecuteCommand(int command_id, int event_flags) {
 | 
|    if (command_id >= SELECT_PROFILE) {
 | 
|      delegate_->ShowForProfileByPath(
 | 
| 
 |