Index: chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc |
diff --git a/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc b/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc |
index 4afc4e3268e07a1232859e3bbe6b5c78b49b381e..bab270e451dbfd7a048f84fac5164b7dbeadcdb0 100644 |
--- a/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc |
+++ b/chrome/browser/ui/views/accessibility/accessibility_event_router_views.cc |
@@ -49,7 +49,7 @@ void AccessibilityEventRouterViews::HandleAccessibilityEvent( |
} |
if (event_type == ui::AX_EVENT_TEXT_CHANGED || |
- event_type == ui::AX_EVENT_SELECTION_CHANGED) { |
+ event_type == ui::AX_EVENT_TEXT_SELECTION_CHANGED) { |
// These two events should only be sent for views that have focus. This |
// enforces the invariant that we fire events triggered by user action and |
// not by programmatic logic. For example, the location bar can be updated |