| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 05f07e1abf4194f6179fbf1619e2ecccb6af8393..9583ece160470b68c050a698335651e00d982f19 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -464,7 +464,6 @@ Background.prototype = {
|
| current = cursors.Range.fromNode(node);
|
| break;
|
| case 'forceClickOnCurrentItem':
|
| - case 'performDefaultAction':
|
| if (this.currentRange_) {
|
| var actionNode = this.currentRange_.start.node;
|
| if (actionNode.role == RoleType.inlineTextBox)
|
|
|