| Index: components/translate/core/browser/options_menu_model.h
|
| diff --git a/components/translate/core/browser/options_menu_model.h b/components/translate/core/browser/options_menu_model.h
|
| index 165fdff0f5863f7d5b9e981092d5bc89d9f7621a..ad4a9c9570430612233e9dc1f09c520f19050790 100644
|
| --- a/components/translate/core/browser/options_menu_model.h
|
| +++ b/components/translate/core/browser/options_menu_model.h
|
| @@ -32,8 +32,6 @@ class OptionsMenuModel : public ui::SimpleMenuModel,
|
| // ui::SimpleMenuModel::Delegate implementation:
|
| 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:
|
|
|