Index: views/focus/focus_manager_win.cc |
=================================================================== |
--- views/focus/focus_manager_win.cc (revision 55065) |
+++ views/focus/focus_manager_win.cc (working copy) |
@@ -12,12 +12,6 @@ |
void FocusManager::ClearNativeFocus() { |
// Keep the top root window focused so we get keyboard events. |
::SetFocus(widget_->GetNativeView()); |
- |
- // We need to let assistive technologies know which child view got focus so |
- // they can obtain the proper accessibility object for that child view. |
- if (focused_view_) { |
- focused_view_->NotifyAccessibilityEvent(AccessibilityTypes::EVENT_FOCUS); |
- } |
} |
void FocusManager::FocusNativeView(gfx::NativeView native_view) { |