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 112af1e7db5982f7abedcff938e53f3228c69453..3503a78abbf63e44f6d827b91d53927b4d8c25ec 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js |
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js |
@@ -350,7 +350,8 @@ cvox.CommandStore.CMD_WHITELIST = { |
category: 'help_commands'}, |
'contextMenu': {announce: false, |
msgId: 'show_context_menu', |
- disallowContinuation: true}, |
+ disallowContinuation: true, |
+ category: 'information'}, |
'showOptionsPage': {announce: false, |
disallowContinuation: true, |
@@ -365,6 +366,9 @@ cvox.CommandStore.CMD_WHITELIST = { |
'toggleBrailleCaptions': {announce: false, |
msgId: 'braille_captions', |
category: 'help_commands'}, |
+ 'reportIssue': {announce: false, |
+ msgId: 'panel_menu_item_report_issue', |
+ category: 'help_commands'}, |
'showFormsList': {announce: false, |
disallowContinuation: true, |