| Index: ash/shell/context_menu.h
|
| diff --git a/ash/shell/context_menu.h b/ash/shell/context_menu.h
|
| index 79cb582a04332cccac9e5bf11aa78a6c9e96004c..3db053c9363db835c6122d472cf7992fe0c6aa8d 100644
|
| --- a/ash/shell/context_menu.h
|
| +++ b/ash/shell/context_menu.h
|
| @@ -25,8 +25,6 @@ class ContextMenu : public ui::SimpleMenuModel,
|
| // ui::SimpleMenuModel::Delegate overrides:
|
| 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;
|
|
|
| private:
|
|
|