Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2606)

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js

Issue 1319993002: Remove unused earcons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simpler_input_fix
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698