| 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;
|
|
|