| Index: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| index 12c86cef50aee4b2c6f5c623e2fbb43371c5ea08..3bbb4331bd70c4256d2775792dbf850bb827a243 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js
|
| @@ -407,8 +407,7 @@ Background.prototype = {
|
| this.navigateToRange(this.currentRange_);
|
| break;
|
| case 'showNextUpdatePage':
|
| - var nextUpdatePage = {url: 'cvox2/background/next_update.html'};
|
| - chrome.tabs.create(nextUpdatePage);
|
| + (new PanelCommand(PanelCommandType.TUTORIAL)).send();
|
| return false;
|
| default:
|
| break;
|
|
|