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) { |
}; |