Index: chrome/browser/browser_accessibility_win.h |
=================================================================== |
--- chrome/browser/browser_accessibility_win.h (revision 57984) |
+++ chrome/browser/browser_accessibility_win.h (working copy) |
@@ -71,6 +71,9 @@ |
// root. |
BrowserAccessibility* GetParent(); |
+ // Returns the number of children of this BrowserAccessibility object. |
+ uint32 GetChildCount(); |
+ |
// Return the previous sibling of this object, or NULL if it's the first |
// child of its parent. |
BrowserAccessibility* GetPreviousSibling(); |