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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/interface/abstract_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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
diff --git a/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js b/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
index c1c5dd19c9dadd518d5c2ef5844b3b0fb504e3d9..b33c8cef4351eba788d20bb94bfec84e4a973ed9 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
@@ -72,6 +72,14 @@ cvox.AbstractEarcons.prototype.playEarcon = function(earcon) {
/**
+ * Cancels the specified earcon sound.
+ * @param {cvox.Earcon} earcon An earcon identifier.
+ */
+cvox.AbstractEarcons.prototype.cancelEarcon = function(earcon) {
+};
+
+
+/**
* Whether or not earcons are available.
* @return {boolean} True if earcons are available.
*/
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698