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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.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/chromevox/injected/user_commands.js
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
index 546b5f422a3cf5b39bdbc3c6656b80dc1793d041..5daf3f62baf9e1fdaa19b68eb484d066dc8254d8 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
@@ -558,8 +558,10 @@ cvox.ChromeVoxUserCommands.doCommand_ = function(cmdStruct) {
});
break;
case 'toggleChromeVoxVersion':
+ case 'showNextUpdatePage':
cvox.ChromeVox.host.sendToBackgroundPage({
- 'target': 'toggleChromeVoxVersion'
+ 'target': 'next',
+ 'action': cmd
});
break;
case 'fullyDescribe':

Powered by Google App Engine
This is Rietveld 408576698