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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js

Issue 758393002: Removing unused roles(7) from chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | chrome/common/extensions/api/automation.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
index 5eb733ec68b86c5088ddf84364dd6325a79dd73a..8234016a8ab24275e60662b1447b698f2ae6b3eb 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/chrome_extension_externs.js
@@ -1405,7 +1405,6 @@ chrome.automation.RoleType = {
application: 'application',
article: 'article',
banner: 'banner',
- browser: 'browser',
busyIndicator: 'busyIndicator',
button: 'button',
buttonDropDown: 'buttonDropDown',
@@ -1428,7 +1427,6 @@ chrome.automation.RoleType = {
disclosureTriangle: 'disclosureTriangle',
div: 'div',
document: 'document',
- drawer: 'drawer',
editableText: 'editableText',
embeddedObject: 'embeddedObject',
footer: 'footer',
@@ -1437,7 +1435,6 @@ chrome.automation.RoleType = {
group: 'group',
growArea: 'growArea',
heading: 'heading',
- helpTag: 'helpTag',
horizontalRule: 'horizontalRule',
iframe: 'iframe',
ignored: 'ignored',
@@ -1460,7 +1457,6 @@ chrome.automation.RoleType = {
marquee: 'marquee',
mathElement: 'mathElement',
math: 'math',
- matte: 'matte',
menuBar: 'menuBar',
menuButton: 'menuButton',
menuItem: 'menuItem',
@@ -1481,14 +1477,12 @@ chrome.automation.RoleType = {
rootWebArea: 'rootWebArea',
rowHeader: 'rowHeader',
row: 'row',
- rulerMarker: 'rulerMarker',
ruler: 'ruler',
svgRoot: 'svgRoot',
scrollArea: 'scrollArea',
scrollBar: 'scrollBar',
seamlessWebArea: 'seamlessWebArea',
search: 'search',
- sheet: 'sheet',
slider: 'slider',
sliderThumb: 'sliderThumb',
spinButtonPart: 'spinButtonPart',
@@ -1497,7 +1491,6 @@ chrome.automation.RoleType = {
splitter: 'splitter',
staticText: 'staticText',
status: 'status',
- systemWide: 'systemWide',
tabGroup: 'tabGroup',
tabList: 'tabList',
tabPanel: 'tabPanel',
@@ -1515,7 +1508,6 @@ chrome.automation.RoleType = {
tree: 'tree',
unknown: 'unknown',
tooltip: 'tooltip',
- valueIndicator: 'valueIndicator',
webArea: 'webArea',
window: 'window'
};
« no previous file with comments | « no previous file | chrome/common/extensions/api/automation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698