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

Unified Diff: chrome/browser/accessibility/browser_accessibility_manager.cc

Issue 4337001: Fix 2 accessibility events that were not being sent with the appro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/accessibility/browser_accessibility_manager.cc
===================================================================
--- chrome/browser/accessibility/browser_accessibility_manager.cc (revision 64604)
+++ chrome/browser/accessibility/browser_accessibility_manager.cc (working copy)
@@ -176,7 +176,7 @@
NotifyAccessibilityEvent(
ViewHostMsg_AccessibilityNotification_Params::
NOTIFICATION_TYPE_VALUE_CHANGED,
- root_);
+ new_browser_acc);
}
void BrowserAccessibilityManager::OnAccessibilityObjectTextChange(
@@ -188,7 +188,7 @@
NotifyAccessibilityEvent(
ViewHostMsg_AccessibilityNotification_Params::
NOTIFICATION_TYPE_SELECTED_TEXT_CHANGED,
- root_);
+ new_browser_acc);
}
void BrowserAccessibilityManager::GotFocus() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698