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

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

Issue 2768703002: Wire up an api to darken screen for accessibility (Closed)
Patch Set: Rebase. Created 3 years, 9 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 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',

Powered by Google App Engine
This is Rietveld 408576698