| Index: chrome/browser/ui/views/omnibox/omnibox_result_view.cc
|
| diff --git a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
|
| index f397d177d48784339151ab3e3da2a6277672c59b..8c60bfec0e127007a2b2d76f59f625da1fb75bea 100644
|
| --- a/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
|
| +++ b/chrome/browser/ui/views/omnibox/omnibox_result_view.cc
|
| @@ -294,7 +294,7 @@ void OmniboxResultView::OnSelected() {
|
| // updating the text in the omnibox but this alert and GetAccessibleNodeData
|
| // below make the answer contents accessible.
|
| if (match_.answer)
|
| - NotifyAccessibilityEvent(ui::AX_EVENT_ALERT, true);
|
| + NotifyAccessibilityEvent(ui::AX_EVENT_SELECTION, true);
|
| }
|
|
|
| gfx::Size OmniboxResultView::GetPreferredSize() const {
|
|
|