| 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 c78c8021d3a7ec8f19007a4b60a039e7f700c202..132af42e0873ba06ec4d6b7ddb82f8b8001c7fa2 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
|
| @@ -153,10 +153,8 @@ cvox.CommandStore.CMD_WHITELIST = {
|
| 'toggleChromeVox': {announce: false,
|
| platformFilter: cvox.PlatformFilter.WML,
|
| msgId: 'toggle_chromevox_active',
|
| - category: 'modifier_keys'},
|
| + category: 'controlling_speech'},
|
| 'toggleChromeVoxVersion': {announce: false},
|
| - 'openChromeVoxMenus': {announce: false,
|
| - msgId: 'menus_title'},
|
| 'decreaseTtsRate': {announce: false,
|
| msgId: 'decrease_tts_rate',
|
| category: 'controlling_speech'},
|
| @@ -346,7 +344,6 @@ cvox.CommandStore.CMD_WHITELIST = {
|
| disallowContinuation: true,
|
| category: 'help_commands'},
|
| 'contextMenu': {announce: false,
|
| - msgId: 'show_context_menu',
|
| disallowContinuation: true},
|
|
|
| 'showOptionsPage': {announce: false,
|
|
|