| 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 7be6f0c1802dcf440693654a60113849f385bfe6..3fe675afc04c67156a33e36b044354bfad0493d0 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/automation_predicate.js
|
| @@ -57,7 +57,8 @@ AutomationPredicate.match = function(params) {
|
| };
|
|
|
| /** @type {AutomationPredicate.Unary} */
|
| -AutomationPredicate.checkBox = AutomationPredicate.roles([Role.checkBox]);
|
| +AutomationPredicate.checkBox =
|
| + AutomationPredicate.roles([Role.checkBox, Role.switch]);
|
| /** @type {AutomationPredicate.Unary} */
|
| AutomationPredicate.comboBox = AutomationPredicate.roles(
|
| [Role.comboBox, Role.popUpButton, Role.menuListPopup]);
|
|
|