| Index: ui/views/focus/focus_manager.cc
|
| diff --git a/ui/views/focus/focus_manager.cc b/ui/views/focus/focus_manager.cc
|
| index b7a4d1b8e9b960482af845d15343f0957639e993..1467f252275335f1088af327941b2284b997f76b 100644
|
| --- a/ui/views/focus/focus_manager.cc
|
| +++ b/ui/views/focus/focus_manager.cc
|
| @@ -80,8 +80,7 @@ bool FocusManager::OnKeyEvent(const KeyEvent& event) {
|
|
|
| #if defined(OS_WIN)
|
| // If the focused view wants to process the key event as is, let it be.
|
| - // On Linux we always dispatch key events to the focused view first, so
|
| - // we should not do this check here. See also NativeWidgetGtk::OnKeyEvent().
|
| + // This is not used for linux/aura.
|
| if (focused_view_ && focused_view_->SkipDefaultKeyEventProcessing(event) &&
|
| !accelerator_manager_->HasPriorityHandler(accelerator))
|
| return true;
|
|
|