Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js |
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js |
| index 4fd18fee17cdc96ab568f8ad5a710ce3e0cdaee2..f6b8371b1d27974f9f88747402372d6626f73445 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js |
| @@ -273,32 +273,21 @@ if (typeof(goog) != 'undefined' && goog.require) { |
| * |
| * @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 |
|
Peter Lundblad
2015/08/27 19:35:33
Did you try checking if any external callers use a
dmazzoni
2015/08/27 21:15:10
Good idea. I searched google3 and the open web and
|
| * TASK_SUCCESS |
| * WRAP |