| Index: ui/views/focus/focus_manager.cc
|
| diff --git a/ui/views/focus/focus_manager.cc b/ui/views/focus/focus_manager.cc
|
| index c84c3152734d2de2994673aee76b89365884d19d..1cff9694be64d5eb5ab81dfa081a5530b2a9addf 100644
|
| --- a/ui/views/focus/focus_manager.cc
|
| +++ b/ui/views/focus/focus_manager.cc
|
| @@ -489,15 +489,6 @@ bool FocusManager::ProcessAccelerator(const ui::Accelerator& accelerator) {
|
| return false;
|
| }
|
|
|
| -ui::AcceleratorTarget* FocusManager::GetCurrentTargetForAccelerator(
|
| - const ui::Accelerator& accelerator) const {
|
| - ui::AcceleratorTarget* target =
|
| - accelerator_manager_->GetCurrentTarget(accelerator);
|
| - if (!target && delegate_.get())
|
| - target = delegate_->GetCurrentTargetForAccelerator(accelerator);
|
| - return target;
|
| -}
|
| -
|
| bool FocusManager::HasPriorityHandler(
|
| const ui::Accelerator& accelerator) const {
|
| return accelerator_manager_->HasPriorityHandler(accelerator);
|
|
|