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

Unified Diff: public/web/WebAXEnums.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 | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebAXEnums.h
diff --git a/public/web/WebAXEnums.h b/public/web/WebAXEnums.h
index 235635df1ce9bc4315fe01b0c53ea8c11b258a37..098e6076b619d484daada9af645ecfff93f76e09 100644
--- a/public/web/WebAXEnums.h
+++ b/public/web/WebAXEnums.h
@@ -78,7 +78,6 @@ enum WebAXRole {
WebAXRoleArticle,
WebAXRoleBanner,
WebAXRoleBlockquote,
- WebAXRoleBrowser,
WebAXRoleBusyIndicator,
WebAXRoleButton,
WebAXRoleCanvas,
@@ -102,7 +101,6 @@ enum WebAXRole {
WebAXRoleDisclosureTriangle,
WebAXRoleDiv,
WebAXRoleDocument,
- WebAXRoleDrawer,
WebAXRoleEditableText,
WebAXRoleEmbeddedObject,
WebAXRoleFigcaption,
@@ -113,7 +111,6 @@ enum WebAXRole {
WebAXRoleGroup,
WebAXRoleGrowArea,
WebAXRoleHeading,
- WebAXRoleHelpTag,
WebAXRoleIframe,
WebAXRoleIgnored,
WebAXRoleImageMapLink,
@@ -133,7 +130,6 @@ enum WebAXRole {
WebAXRoleMarquee,
WebAXRoleMathElement,
WebAXRoleMath,
- WebAXRoleMatte,
WebAXRoleMenuBar,
WebAXRoleMenuButton,
WebAXRoleMenuItem,
@@ -159,14 +155,12 @@ enum WebAXRole {
WebAXRoleRowHeader,
WebAXRoleRow,
WebAXRoleRuby,
- WebAXRoleRulerMarker,
WebAXRoleRuler,
WebAXRoleSVGRoot,
WebAXRoleScrollArea,
WebAXRoleScrollBar,
WebAXRoleSeamlessWebArea,
WebAXRoleSearch,
- WebAXRoleSheet,
WebAXRoleSlider,
WebAXRoleSliderThumb,
WebAXRoleSpinButtonPart,
@@ -175,7 +169,6 @@ enum WebAXRole {
WebAXRoleSplitter,
WebAXRoleStaticText,
WebAXRoleStatus,
- WebAXRoleSystemWide,
WebAXRoleTabGroup,
WebAXRoleTabList,
WebAXRoleTabPanel,
@@ -193,7 +186,6 @@ enum WebAXRole {
WebAXRoleTree,
WebAXRoleUnknown,
WebAXRoleUserInterfaceTooltip,
- WebAXRoleValueIndicator,
WebAXRoleWebArea,
WebAXRoleWindow,
};
« no previous file with comments | « Source/web/AssertMatchingEnums.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698