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

Unified Diff: chrome/browser/resources/chromeos/chromevox/host/interface/abstract_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
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/host/chrome/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 7ed1ef5fa8d6372eeed23a402df1f73f35cdeaa1..9a610cf6c8186a130bacc5b5180ef10ea48f1196 100644
--- a/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
+++ b/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
@@ -89,8 +89,10 @@ cvox.AbstractEarcons.enabled = true;
/**
* Plays the specified earcon sound.
* @param {cvox.Earcon} earcon An earcon identifier.
+ * @param {Object=} opt_location A location associated with the earcon such as a
+ * control's bounding rectangle.
*/
-cvox.AbstractEarcons.prototype.playEarcon = function(earcon) {
+cvox.AbstractEarcons.prototype.playEarcon = function(earcon, opt_location) {
};
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/host/chrome/earcons.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698