Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3171)

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js

Issue 1455223003: Stop ChromeVox Next page loading sounds when page finishes loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@active_indicator_next
Patch Set: Fixed focus changing and removing all tabs, addressed other feedback Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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}
*/

Powered by Google App Engine
This is Rietveld 408576698