| Index: ui/app_list/app_list_menu.h
|
| diff --git a/ui/app_list/app_list_menu.h b/ui/app_list/app_list_menu.h
|
| index 92b11b22a94c9a287ee3973064e90ee0478857a4..c4540e5fe6bde5780bc1f622105f5cd1b81d1225 100644
|
| --- a/ui/app_list/app_list_menu.h
|
| +++ b/ui/app_list/app_list_menu.h
|
| @@ -35,8 +35,6 @@ class AppListMenu : public ui::SimpleMenuModel::Delegate {
|
|
|
| bool IsCommandIdChecked(int command_id) const override;
|
| bool IsCommandIdEnabled(int command_id) const override;
|
| - bool GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) const override;
|
| void ExecuteCommand(int command_id, int event_flags) override;
|
|
|
| ui::SimpleMenuModel menu_model_;
|
|
|