| Index: chrome/browser/ui/views/new_task_manager_view.cc
|
| diff --git a/chrome/browser/ui/views/new_task_manager_view.cc b/chrome/browser/ui/views/new_task_manager_view.cc
|
| index a73d48ad7208cb0ac798088818da9fabd12a3348..8d3135bb8c0c72c72c84677eadf41da046420fd3 100644
|
| --- a/chrome/browser/ui/views/new_task_manager_view.cc
|
| +++ b/chrome/browser/ui/views/new_task_manager_view.cc
|
| @@ -278,12 +278,6 @@ bool NewTaskManagerView::IsCommandIdEnabled(int id) const {
|
| return true;
|
| }
|
|
|
| -bool NewTaskManagerView::GetAcceleratorForCommandId(
|
| - int command_id,
|
| - ui::Accelerator* accelerator) const {
|
| - return false;
|
| -}
|
| -
|
| void NewTaskManagerView::ExecuteCommand(int id, int event_flags) {
|
| table_model_->ToggleColumnVisibility(id);
|
| }
|
|
|