| 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 71e69f8abb13ada95c44ebf4e58dac555c0536a5..200fdf1479cd2033de1ed8537edaf7400348d4f6 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
|
| @@ -339,6 +339,16 @@ cvox.CommandStore.CMD_WHITELIST = {
|
| msgId: 'toggle_search_widget',
|
| category: 'information'},
|
|
|
| + 'undarkenScreen': {
|
| + msgId: 'undarken_screen',
|
| + category: 'help_commands'
|
| + },
|
| +
|
| + 'darkenScreen': {
|
| + msgId: 'darken_screen',
|
| + category: 'help_commands'
|
| +},
|
| +
|
| 'toggleKeyboardHelp': {announce: false,
|
| disallowContinuation: true,
|
| msgId: 'show_power_key',
|
|
|