| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js
|
| index a9b70e4eb34e730a9d23469d51ed4ede8ce8b634..76a901891b599094885f44098c624d00fda7cefd 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js
|
| @@ -100,37 +100,10 @@
|
| ],
|
| anyRole: [
|
| Role.checkBox,
|
| - Role.colorWell,
|
| Role.listBox,
|
| Role.slider,
|
| - Role.switch,
|
| + Role.tab,
|
| Role.tree
|
| - ]
|
| -});
|
| -
|
| -/** @type {AutomationPredicate.Unary} */
|
| -AutomationPredicate.control = AutomationPredicate.match({
|
| - anyPredicate: [
|
| - AutomationPredicate.formField,
|
| - ],
|
| - anyRole: [
|
| - Role.disclosureTriangle,
|
| - Role.menuItem,
|
| - Role.menuItemCheckBox,
|
| - Role.menuItemRadio,
|
| - Role.menuListOption,
|
| - Role.scrollBar,
|
| - Role.tab
|
| - ]
|
| -});
|
| -
|
| -/** @type {AutomationPredicate.Unary} */
|
| -AutomationPredicate.linkOrControl = AutomationPredicate.match({
|
| - anyPredicate: [
|
| - AutomationPredicate.control
|
| - ],
|
| - anyRole: [
|
| - Role.link
|
| ]
|
| });
|
|
|
|
|