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

Unified Diff: chrome/browser/resources/chromeos/chromevox/common/command_store.js

Issue 2093753002: Reland: Make ChromeVox Next a setting in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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/command_store.js
diff --git a/chrome/browser/resources/chromeos/chromevox/common/command_store.js b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
index bc066830643795a96cf11ec56e3cce50ec09ce03..ec4d4995a1ed4674a256f6663229422bf5d38b83 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
@@ -155,7 +155,9 @@ cvox.CommandStore.CMD_WHITELIST = {
msgId: 'toggle_chromevox_active',
category: 'modifier_keys'},
'toggleChromeVoxVersion': {announce: false},
- 'showNextUpdatePage': {announce: false, 'category': 'help_commands'},
+ 'showNextUpdatePage': {
+ msgId: 'show_next_update_description',
+ announce: false, 'category': 'help_commands'},
'openChromeVoxMenus': {announce: false,
msgId: 'menus_title'},
'decreaseTtsRate': {announce: false,

Powered by Google App Engine
This is Rietveld 408576698