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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js

Issue 2108963003: Initial draft of ChromeVox Next tutorial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Switched to use showNextUpdatePage 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/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;

Powered by Google App Engine
This is Rietveld 408576698