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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager.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/navigation_manager.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager.js
index 00b37281b1ee58274dc15aaf9ac3923d1d78bf89..387bc2fa45b601afd0c00b0d98649983aba6b9be 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/navigation_manager.js
@@ -449,11 +449,11 @@ cvox.NavigationManager.prototype.getDescription = function() {
// Earcons.
if (this.skipped_) {
- earcons.push(cvox.Earcon.PARAGRAPH_BREAK);
+ earcons.push(cvox.Earcon.SKIP);
this.skipped_ = false;
}
if (this.recovered_) {
- earcons.push(cvox.Earcon.FONT_CHANGE);
+ earcons.push(cvox.Earcon.RECOVER_FOCUS);
this.recovered_ = false;
}
if (this.pageEnd_) {

Powered by Google App Engine
This is Rietveld 408576698