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 e788f9a5c65fa794046993b9a0f4eb4dc91b6887..112af1e7db5982f7abedcff938e53f3228c69453 100644 |
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js |
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js |
@@ -362,6 +362,9 @@ cvox.CommandStore.CMD_WHITELIST = { |
msgId: 'show_kb_explorer_page', |
'disallowOOBE': true, |
category: 'help_commands'}, |
+ 'toggleBrailleCaptions': {announce: false, |
+ msgId: 'braille_captions', |
+ category: 'help_commands'}, |
'showFormsList': {announce: false, |
disallowContinuation: true, |
@@ -667,9 +670,6 @@ cvox.CommandStore.CMD_WHITELIST = { |
'enableConsoleTts': {announce: false, |
msgId: 'enable_tts_log', |
category: 'developer'}, |
- 'toggleBrailleCaptions': {announce: false, |
- msgId: 'braille_captions', |
- category: 'developer'}, |
'startHistoryRecording': {announce: false}, |
'stopHistoryRecording': {announce: false}, |