Chromium Code Reviews

Unified Diff: chrome/browser/browser_accessibility_manager_win.h

Issue 3380017: Support additional webkit accessibility notifications and states. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Adding missig file. Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/browser_accessibility_manager_win.h
===================================================================
--- chrome/browser/browser_accessibility_manager_win.h (revision 60480)
+++ chrome/browser/browser_accessibility_manager_win.h (working copy)
@@ -77,9 +77,8 @@
// Tell the renderer to do the default action for this node.
void DoDefaultAction(const BrowserAccessibility& node);
- // Called when the renderer process has notified us of a focus, state,
- // or children change. Send a notification to MSAA clients of the change.
- void OnAccessibilityFocusChange(int acc_obj_id);
+ // Called when the renderer process has notified us of about tree changes.
+ // Send a notification to MSAA clients of the change.
void OnAccessibilityNotifications(
const std::vector<ViewHostMsg_AccessibilityNotification_Params>& params);
@@ -94,6 +93,10 @@
const webkit_glue::WebAccessibility& acc_obj);
void OnAccessibilityObjectChildrenChange(
const webkit_glue::WebAccessibility& acc_obj);
+ void OnAccessibilityObjectFocusChange(
+ const webkit_glue::WebAccessibility& acc_obj);
+ void OnAccessibilityObjectLoadComplete(
+ const webkit_glue::WebAccessibility& acc_obj);
void OnAccessibilityObjectValueChange(
const webkit_glue::WebAccessibility& acc_obj);
« no previous file with comments | « chrome/browser/accessibility_win_browsertest.cc ('k') | chrome/browser/browser_accessibility_manager_win.cc » ('j') | no next file with comments »

Powered by Google App Engine