| Index: ash/shell/context_menu.cc
|
| diff --git a/ash/shell/context_menu.cc b/ash/shell/context_menu.cc
|
| index 0723b1cf66993e76a9d9fc91a5f9a5316fa4b01c..b0677b7c8682b7193503af4f5959dcd69f735c11 100644
|
| --- a/ash/shell/context_menu.cc
|
| +++ b/ash/shell/context_menu.cc
|
| @@ -35,8 +35,9 @@ bool ContextMenu::IsCommandIdEnabled(int command_id) const {
|
| return true;
|
| }
|
|
|
| -bool ContextMenu::GetAcceleratorForCommandId(int command_id,
|
| - ui::Accelerator* accelerator) {
|
| +bool ContextMenu::GetAcceleratorForCommandId(
|
| + int command_id,
|
| + ui::Accelerator* accelerator) const {
|
| return false;
|
| }
|
|
|
|
|