| 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':
|
|
|