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

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

Issue 1311463007: Rename some earcons based on actual usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@earcons_by_name
Patch Set: Didn't mean to rename ALERT, revert that part Created 5 years, 3 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 7210bb1507fd8bff1fdb7eef592e752446981ede..0b0bf75051ec112e6b4bcf7bfa577bce23d2a972 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/api.js
@@ -275,13 +275,10 @@ if (typeof(goog) != 'undefined' && goog.require) {
* Valid names are:
* ALERT_MODAL
* ALERT_NONMODAL
- * BULLET
- * BUSY_PROGRESS_LOOP
* BUTTON
* CHECK_OFF
* CHECK_ON
* EDITABLE_TEXT
- * FONT_CHANGE
* INVALID_KEYPRESS
* LINK
* LISTBOX
@@ -289,8 +286,9 @@ if (typeof(goog) != 'undefined' && goog.require) {
* OBJECT_CLOSE
* OBJECT_OPEN
* OBJECT_SELECT
- * PARAGRAPH_BREAK
- * TASK_SUCCESS
+ * PAGE_START_LOADING
+ * RECOVER_FOCUS
+ * SKIP
* WRAP
* WRAP_EDGE
* This list may expand over time.

Powered by Google App Engine
This is Rietveld 408576698