| Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| index 7d99c8d5223814775bd1d3645b80b56cc4355854..bfe563eb19a1e4c2efcd4086a17d8ad5199eddde 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/background.js
|
| @@ -431,10 +431,8 @@ cvox.ChromeVoxBackground.prototype.addBridgeListener = function() {
|
| console.log(err);
|
| }
|
| break;
|
| - case 'toggleChromeVoxVersion':
|
| - if (global.backgroundObj) {
|
| - global.backgroundObj.onGotCommand('toggleChromeVoxVersion', true);
|
| - }
|
| + case 'next':
|
| + global.backgroundObj.onGotCommand(action, true);
|
| break;
|
| }
|
| }, this));
|
|
|