| Index: chrome/browser/ui/app_list/app_context_menu.cc
|
| diff --git a/chrome/browser/ui/app_list/app_context_menu.cc b/chrome/browser/ui/app_list/app_context_menu.cc
|
| index 5e85a6e22907b854669d43146777d4f741e24746..0a8fffa01443e8d53db61ce4fbc50eb26202337d 100644
|
| --- a/chrome/browser/ui/app_list/app_context_menu.cc
|
| +++ b/chrome/browser/ui/app_list/app_context_menu.cc
|
| @@ -84,12 +84,6 @@ bool AppContextMenu::IsCommandIdEnabled(int command_id) const {
|
| return true;
|
| }
|
|
|
| -bool AppContextMenu::GetAcceleratorForCommandId(
|
| - int command_id,
|
| - ui::Accelerator* accelerator) const {
|
| - return false;
|
| -}
|
| -
|
| void AppContextMenu::TogglePin(const std::string& shelf_app_id) {
|
| DCHECK_EQ(AppListControllerDelegate::PIN_EDITABLE,
|
| controller_->GetPinnable(shelf_app_id));
|
|
|