| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| index cd780970ea15b00ec830fafba3c578ab62ef8f68..ab938b2d43a3bce07937624f4599a315a7156f56 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api_implementation.js
|
| @@ -196,38 +196,6 @@ cvox.ApiImplementation.stop = function() {
|
| * Plays the specified earcon sound.
|
| *
|
| * @param {string} earcon An earcon name.
|
| - * Valid names are:
|
| - * ALERT_MODAL
|
| - * ALERT_NONMODAL
|
| - * BULLET
|
| - * BUSY_PROGRESS_LOOP
|
| - * BUSY_WORKING_LOOP
|
| - * BUTTON
|
| - * CHECK_OFF
|
| - * CHECK_ON
|
| - * COLLAPSED
|
| - * EDITABLE_TEXT
|
| - * ELLIPSIS
|
| - * EXPANDED
|
| - * FONT_CHANGE
|
| - * INVALID_KEYPRESS
|
| - * LINK
|
| - * LISTBOX
|
| - * LIST_ITEM
|
| - * NEW_MAIL
|
| - * OBJECT_CLOSE
|
| - * OBJECT_DELETE
|
| - * OBJECT_DESELECT
|
| - * OBJECT_OPEN
|
| - * OBJECT_SELECT
|
| - * PARAGRAPH_BREAK
|
| - * SEARCH_HIT
|
| - * SEARCH_MISS
|
| - * SECTION
|
| - * TASK_SUCCESS
|
| - * WRAP
|
| - * WRAP_EDGE
|
| - * This list may expand over time.
|
| */
|
| cvox.ApiImplementation.playEarcon = function(earcon) {
|
| if (cvox.ChromeVox.isActive) {
|
|
|