Index: ui/views/controls/menu/menu_scroll_view_container.cc |
diff --git a/ui/views/controls/menu/menu_scroll_view_container.cc b/ui/views/controls/menu/menu_scroll_view_container.cc |
index 05c8caedb5505b4ac7c596195ec5d4aa02a4f7f0..fa71a83dcfc2a2ead65ee02be35096866d48154f 100644 |
--- a/ui/views/controls/menu/menu_scroll_view_container.cc |
+++ b/ui/views/controls/menu/menu_scroll_view_container.cc |
@@ -263,9 +263,6 @@ void MenuScrollViewContainer::GetAccessibleState( |
// Now change the role. |
state->role = ui::AX_ROLE_MENU_BAR; |
- // Some AT (like NVDA) will not process focus events on menu item children |
- // unless a parent claims to be focused. |
- state->AddStateFlag(ui::AX_STATE_FOCUSED); |
} |
void MenuScrollViewContainer::OnBoundsChanged( |