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

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

Issue 2342093002: Change the category of "show braille captions" so it shows up in ChromeVox menus (Closed)
Patch Set: Created 4 years, 3 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 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},

Powered by Google App Engine
This is Rietveld 408576698