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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/aria_util.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/common/aria_util.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/aria_util.js b/chrome/browser/resources/chromeos/chromevox/common/aria_util.js
index 7018b3d3f8b21539dd895fe4422563299835918b..734a5bbc843c88d7f2df28c367d9ce89d7ba2900 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/aria_util.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/aria_util.js
@@ -931,7 +931,7 @@ cvox.AriaUtil.getEarcon = function(node) {
case 'textbox':
return cvox.Earcon.EDITABLE_TEXT;
case 'listitem':
- return cvox.Earcon.BULLET;
+ return cvox.Earcon.LIST_ITEM;
case 'link':
return cvox.Earcon.LINK;
}

Powered by Google App Engine
This is Rietveld 408576698