| 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 c1c5dd19c9dadd518d5c2ef5844b3b0fb504e3d9..b33c8cef4351eba788d20bb94bfec84e4a973ed9 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/host/interface/abstract_earcons.js
|
| @@ -72,6 +72,14 @@ cvox.AbstractEarcons.prototype.playEarcon = function(earcon) {
|
|
|
|
|
| /**
|
| + * Cancels the specified earcon sound.
|
| + * @param {cvox.Earcon} earcon An earcon identifier.
|
| + */
|
| +cvox.AbstractEarcons.prototype.cancelEarcon = function(earcon) {
|
| +};
|
| +
|
| +
|
| +/**
|
| * Whether or not earcons are available.
|
| * @return {boolean} True if earcons are available.
|
| */
|
|
|