Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(810)

Unified Diff: views/focus/focus_manager_win.cc

Issue 3056045: Improvements to accessibility extension api support for "views":... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « views/controls/native_control_win.cc ('k') | views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « views/controls/native_control_win.cc ('k') | views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698