| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| index db3359974c8a15c6338639dbc59e47dc3e20f9ff..b01f667b47f0ca1b1c2108ec68f61f34d89046e8 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/output.js
|
| @@ -14,6 +14,7 @@ goog.require('cursors.Cursor');
|
| goog.require('cursors.Range');
|
| goog.require('cursors.Unit');
|
| goog.require('cvox.AbstractEarcons');
|
| +goog.require('EarconEngine');
|
| goog.require('cvox.NavBraille');
|
| goog.require('cvox.Spannable');
|
| goog.require('cvox.ValueSelectionSpan');
|
| @@ -523,6 +524,8 @@ Output.EarconAction.prototype = {
|
|
|
| /** @override */
|
| run: function() {
|
| + // TODO: use the new EarconEngine here.
|
| +
|
| cvox.ChromeVox.earcons.playEarcon(cvox.AbstractEarcons[this.earconId]);
|
| }
|
| };
|
|
|