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

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

Issue 2480203002: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Sync CL to position 430550 Created 4 years, 1 month 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 112af1e7db5982f7abedcff938e53f3228c69453..3503a78abbf63e44f6d827b91d53927b4d8c25ec 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
@@ -350,7 +350,8 @@ cvox.CommandStore.CMD_WHITELIST = {
category: 'help_commands'},
'contextMenu': {announce: false,
msgId: 'show_context_menu',
- disallowContinuation: true},
+ disallowContinuation: true,
+ category: 'information'},
'showOptionsPage': {announce: false,
disallowContinuation: true,
@@ -365,6 +366,9 @@ cvox.CommandStore.CMD_WHITELIST = {
'toggleBrailleCaptions': {announce: false,
msgId: 'braille_captions',
category: 'help_commands'},
+ 'reportIssue': {announce: false,
+ msgId: 'panel_menu_item_report_issue',
+ category: 'help_commands'},
'showFormsList': {announce: false,
disallowContinuation: true,

Powered by Google App Engine
This is Rietveld 408576698