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

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

Issue 2079073002: 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..f564a29440cd09d74bbc04294c3ce530cfbcb40f 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'},
dmazzoni 2016/06/20 19:49:03 int: indendation
David Tseng 2016/06/20 22:31:07 Done.
'openChromeVoxMenus': {announce: false,
msgId: 'menus_title'},
'decreaseTtsRate': {announce: false,

Powered by Google App Engine
This is Rietveld 408576698