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

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

Issue 1319993002: Remove unused earcons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simpler_input_fix
Patch Set: Rebase onto master 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_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) {

Powered by Google App Engine
This is Rietveld 408576698