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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.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/panel_command.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
index 39b63e9dc1cdbf9d1c45f4f0a883588b46a396f4..a130e51a79b20a0739d6739e54233e72935c454b 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/panel_command.js
@@ -47,4 +47,5 @@ PanelCommandType = {
ENABLE_MENUS: 'enable_menus',
DISABLE_MENUS: 'disable_menus',
SEARCH: 'search',
+ TUTORIAL: 'tutorial',
};

Powered by Google App Engine
This is Rietveld 408576698