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

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js

Issue 2093753002: Reland: Make ChromeVox Next a setting in options page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 5daf3f62baf9e1fdaa19b68eb484d066dc8254d8..1a449755f03fa73e083914ef67680658df2f16e9 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/user_commands.js
@@ -561,7 +561,8 @@ cvox.ChromeVoxUserCommands.doCommand_ = function(cmdStruct) {
case 'showNextUpdatePage':
cvox.ChromeVox.host.sendToBackgroundPage({
'target': 'next',
- 'action': cmd
+ 'action': 'onCommand',
+ 'command': cmd
});
break;
case 'fullyDescribe':

Powered by Google App Engine
This is Rietveld 408576698