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

Unified Diff: views/accessibility/accessibility_types.h

Issue 155446: Adds MSAA information to various (previously uncovered) bits of the UI, inclu... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 months 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
Index: views/accessibility/accessibility_types.h
===================================================================
--- views/accessibility/accessibility_types.h (revision 20591)
+++ views/accessibility/accessibility_types.h (working copy)
@@ -22,12 +22,16 @@
enum Role {
ROLE_APPLICATION,
ROLE_BUTTONDROPDOWN,
+ ROLE_BUTTONMENU,
ROLE_CLIENT,
ROLE_GROUPING,
ROLE_PAGETAB,
+ ROLE_PAGETABLIST,
ROLE_PUSHBUTTON,
+ ROLE_SEPARATOR,
ROLE_TEXT,
- ROLE_TOOLBAR
+ ROLE_TOOLBAR,
+ ROLE_WINDOW
};
// This defines an enumeration of the supported accessibility roles in our

Powered by Google App Engine
This is Rietveld 408576698