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 ebf1edca6e2e73fd595ca8137fce54584440b7d6..193810f0e44ba4b1dd9aa394f6e0d4bcf40ecc79 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
@@ -84,7 +84,6 @@ Background = function() { |
loadComplete: this.onLoadComplete, |
menuStart: this.onEventDefault, |
menuEnd: this.onEventDefault, |
- menuListValueChanged: this.onEventDefault, |
textChanged: this.onTextOrTextSelectionChanged, |
textSelectionChanged: this.onTextOrTextSelectionChanged, |
valueChanged: this.onValueChanged |