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

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

Issue 2054473003: Implement update notifications for ChromeVox Next. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test. Created 4 years, 6 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 c78c8021d3a7ec8f19007a4b60a039e7f700c202..bc066830643795a96cf11ec56e3cce50ec09ce03 100644
--- a/chrome/browser/resources/chromeos/chromevox/common/command_store.js
+++ b/chrome/browser/resources/chromeos/chromevox/common/command_store.js
@@ -155,6 +155,7 @@ cvox.CommandStore.CMD_WHITELIST = {
msgId: 'toggle_chromevox_active',
category: 'modifier_keys'},
'toggleChromeVoxVersion': {announce: false},
+ 'showNextUpdatePage': {announce: false, 'category': 'help_commands'},
'openChromeVoxMenus': {announce: false,
msgId: 'menus_title'},
'decreaseTtsRate': {announce: false,

Powered by Google App Engine
This is Rietveld 408576698