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

Unified Diff: Source/modules/accessibility/AXObject.h

Issue 757223002: Removing unused roles(7) from blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: addin Created 6 years, 1 month 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
« no previous file with comments | « no previous file | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/accessibility/AXObject.h
diff --git a/Source/modules/accessibility/AXObject.h b/Source/modules/accessibility/AXObject.h
index 619a667e6e953205d97516dfa6950ce8c9d90a8a..ab5e9fb4dd10b971fdf7e01bdaff5b2af9009f6d 100644
--- a/Source/modules/accessibility/AXObject.h
+++ b/Source/modules/accessibility/AXObject.h
@@ -59,7 +59,6 @@ enum AccessibilityRole {
ArticleRole,
BannerRole,
BlockquoteRole,
- BrowserRole,
BusyIndicatorRole,
ButtonRole,
CanvasRole,
@@ -83,7 +82,6 @@ enum AccessibilityRole {
DisclosureTriangleRole,
DivRole,
DocumentRole,
- DrawerRole,
EditableTextRole,
EmbeddedObjectRole,
FigcaptionRole,
@@ -94,7 +92,6 @@ enum AccessibilityRole {
GroupRole,
GrowAreaRole,
HeadingRole,
- HelpTagRole,
IframeRole,
IgnoredRole,
ImageMapLinkRole,
@@ -114,7 +111,6 @@ enum AccessibilityRole {
MarqueeRole,
MathElementRole,
MathRole,
- MatteRole,
MenuBarRole,
MenuButtonRole,
MenuItemRole,
@@ -140,14 +136,12 @@ enum AccessibilityRole {
RowHeaderRole,
RowRole,
RubyRole,
- RulerMarkerRole,
RulerRole,
SVGRootRole,
ScrollAreaRole,
ScrollBarRole,
SeamlessWebAreaRole,
SearchRole,
- SheetRole,
SliderRole,
SliderThumbRole,
SpinButtonPartRole,
@@ -156,7 +150,6 @@ enum AccessibilityRole {
SplitterRole,
StaticTextRole,
StatusRole,
- SystemWideRole,
TabGroupRole,
TabListRole,
TabPanelRole,
@@ -174,7 +167,6 @@ enum AccessibilityRole {
TreeRole,
UnknownRole,
UserInterfaceTooltipRole,
- ValueIndicatorRole,
WebAreaRole,
WindowRole,
};
« no previous file with comments | « no previous file | Source/modules/accessibility/AXRenderObject.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698