Chromium Code Reviews

Unified Diff: chrome/common/render_messages_internal.h

Issue 2121004: Windows accessibility improvements: 1. All WebKit roles are now passed to the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/render_messages_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_internal.h
===================================================================
--- chrome/common/render_messages_internal.h (revision 47913)
+++ chrome/common/render_messages_internal.h (working copy)
@@ -946,6 +946,16 @@
// Request a tree of Accessibility data from the render process.
IPC_MESSAGE_ROUTED0(ViewMsg_GetAccessibilityTree)
+
+ // Relay a request from assistive technology to set focus to a given node.
+ IPC_MESSAGE_ROUTED1(ViewMsg_SetAccessibilityFocus,
+ int /* object id */)
+
+ // Relay a request from assistive technology to perform the default action
+ // on a given node.
+ IPC_MESSAGE_ROUTED1(ViewMsg_AccessibilityDoDefaultAction,
+ int /* object id */)
+
IPC_END_MESSAGES(View)
« no previous file with comments | « chrome/common/render_messages.h ('k') | chrome/common/render_messages_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine