| 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_) {
|
|
|