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

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

Issue 2480913002: Fix a variety of panel issues (Closed)
Patch Set: Fix a variety of panel issues Created 4 years, 1 month 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/command_handler.js
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js b/chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js
index 145b2ed19efa0f2acb2ebd431782b6244a02f285..89eb787f843f0016a5dbc616948dbc41c507602c 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/command_handler.js
@@ -180,6 +180,7 @@ CommandHandler.onCommand = function(command) {
ChromeVoxState.instance.currentRange);
}
break;
+ case 'help':
case 'showNextUpdatePage':
dmazzoni 2016/11/07 07:46:01 Should we have two commands that do the same thing
David Tseng 2016/11/07 19:43:29 Done.
(new PanelCommand(PanelCommandType.TUTORIAL)).send();
return false;

Powered by Google App Engine
This is Rietveld 408576698