| Index: ash/sysui/shelf_delegate_mus.cc
|
| diff --git a/ash/sysui/shelf_delegate_mus.cc b/ash/sysui/shelf_delegate_mus.cc
|
| index 773a9ad121708ef3190c9176dddeb07ca248c334..a1c229dc68e004e8109a97b22f1a7f8376861d10 100644
|
| --- a/ash/sysui/shelf_delegate_mus.cc
|
| +++ b/ash/sysui/shelf_delegate_mus.cc
|
| @@ -89,8 +89,9 @@ class ShelfItemDelegateMus : public ShelfItemDelegate {
|
| bool IsCommandIdEnabled(int command_id) const override {
|
| return command_id > 0;
|
| }
|
| - bool GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) override {
|
| + bool GetAcceleratorForCommandId(
|
| + int command_id,
|
| + ui::Accelerator* accelerator) const override {
|
| return false;
|
| }
|
| void ExecuteCommand(int command_id, int event_flags) override {
|
|
|