| Index: ash/shell_unittest.cc
|
| diff --git a/ash/shell_unittest.cc b/ash/shell_unittest.cc
|
| index 694cc5cb0ff8415301af961e86db45216fcc6aa6..4cdbebe1e035d0c473bb11797f4aa40ac5e7517f 100644
|
| --- a/ash/shell_unittest.cc
|
| +++ b/ash/shell_unittest.cc
|
| @@ -115,11 +115,6 @@ class SimpleMenuDelegate : public ui::SimpleMenuModel::Delegate {
|
|
|
| bool IsCommandIdEnabled(int command_id) const override { return true; }
|
|
|
| - bool GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) const override {
|
| - return false;
|
| - }
|
| -
|
| void ExecuteCommand(int command_id, int event_flags) override {}
|
|
|
| private:
|
|
|