Index: chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js |
diff --git a/chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js b/chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js |
index d1729c96ca57b9ff84806d1bbda7d5b6376d9f27..c3b1e8f7c383629c63350b23dd685de8a5912f3e 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js |
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js |
@@ -74,6 +74,15 @@ cvox.ClassicEarcons.prototype.playEarcon = function(earcon) { |
/** |
+ * @override |
+ */ |
+cvox.ClassicEarcons.prototype.cancelEarcon = function(earcon) { |
+ // Do nothing, all of the earcons are short, and they stop automatically |
+ // when done. |
+}; |
+ |
+ |
+/** |
* The base URL for loading eracons. |
* @type {string} |
*/ |