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

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

Issue 2550223002: Support basic stereo pan positioning for earcons (Closed)
Patch Set: Fix test. Created 4 years 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 c3b1e8f7c383629c63350b23dd685de8a5912f3e..f08997986a4fc8a52d313d84ff2d7e6448546f81 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/chrome/classic_earcons.js
@@ -49,7 +49,7 @@ cvox.ClassicEarcons.prototype.getBaseUrl = function() {
/**
* @override
*/
-cvox.ClassicEarcons.prototype.playEarcon = function(earcon) {
+cvox.ClassicEarcons.prototype.playEarcon = function(earcon, opt_location) {
goog.base(this, 'playEarcon', earcon);
if (!cvox.AbstractEarcons.enabled) {
return;

Powered by Google App Engine
This is Rietveld 408576698