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

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

Issue 2703663002: Display images in multiline Braille (Closed)
Patch Set: Final feedback Created 3 years, 10 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 3503a78abbf63e44f6d827b91d53927b4d8c25ec..71e69f8abb13ada95c44ebf4e58dac555c0536a5 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
@@ -669,6 +669,9 @@ cvox.CommandStore.CMD_WHITELIST = {
announce: true,
msgId: 'braille_bottom',
category: 'braille'},
+ 'viewGraphicAsBraille': {announce: true,
+ msgId: 'view_graphic_as_braille',
+ category: 'braille'},
// Developer commands.
'enableConsoleTts': {announce: false,

Powered by Google App Engine
This is Rietveld 408576698