| Index: ash/shell/context_menu.cc
|
| diff --git a/ash/shell/context_menu.cc b/ash/shell/context_menu.cc
|
| index b0677b7c8682b7193503af4f5959dcd69f735c11..e3812da47567c0acebb0d8ec865adcdb70315fca 100644
|
| --- a/ash/shell/context_menu.cc
|
| +++ b/ash/shell/context_menu.cc
|
| @@ -35,12 +35,6 @@ bool ContextMenu::IsCommandIdEnabled(int command_id) const {
|
| return true;
|
| }
|
|
|
| -bool ContextMenu::GetAcceleratorForCommandId(
|
| - int command_id,
|
| - ui::Accelerator* accelerator) const {
|
| - return false;
|
| -}
|
| -
|
| void ContextMenu::ExecuteCommand(int command_id, int event_flags) {
|
| if (command_id == MENU_AUTO_HIDE) {
|
| wm_shelf_->SetAutoHideBehavior(wm_shelf_->GetAutoHideBehavior() ==
|
|
|