| Index: chrome/browser/renderer_host/render_widget_host.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host.h (revision 57122)
|
| +++ chrome/browser/renderer_host/render_widget_host.h (working copy)
|
| @@ -385,6 +385,9 @@
|
| // on a node with this accessibility object id.
|
| void AccessibilityDoDefaultAction(int acc_obj_id);
|
|
|
| + // Acknowledges a ViewHostMsg_AccessibilityObjectChildrenChange message.
|
| + void AccessibilityObjectChildrenChangeAck();
|
| +
|
| // Sets the active state (i.e., control tints).
|
| virtual void SetActive(bool active);
|
|
|
|
|