| 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 a126820718be5c63b9c5a5aadc83d15bd12064d6..0612dfff91a44aca7c3f9833e3190aa5470b487a 100644
|
| --- a/ui/views/controls/menu/menu_scroll_view_container.cc
|
| +++ b/ui/views/controls/menu/menu_scroll_view_container.cc
|
| @@ -260,8 +260,6 @@ void MenuScrollViewContainer::GetAccessibleState(
|
| ui::AXViewState* state) {
|
| // Get the name from the submenu view.
|
| content_view_->GetAccessibleState(state);
|
| -
|
| - // Now change the role.
|
| state->role = ui::AX_ROLE_MENU_BAR;
|
| }
|
|
|
|
|