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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/description_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/description_util.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/description_util.js b/chrome/browser/resources/chromeos/chromevox/common/description_util.js
index e14def44141d3e990eb66d8a9bea7fb88ca7f622..0b8f255fbe445953e913637b88554565deb7f4fc 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/description_util.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/description_util.js
@@ -469,6 +469,6 @@ cvox.DescriptionUtil.getMathDescription = function(node) {
if (cvox.ChromeVox.verbosity == cvox.VERBOSITY_VERBOSE) {
ret[ret.length - 1].annotation = 'math';
}
- ret[0].pushEarcon(cvox.Earcon.SPECIAL_CONTENT);
+ ret[0].pushEarcon(cvox.Earcon.MATH);
return ret;
};

Powered by Google App Engine
This is Rietveld 408576698