Chromium Code Reviews| 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 71e1fee2c8254cc762ef4e4f476f9da2f8d75831..f3c1a5d5b8020f191b7448226006fe765ba73430 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background.js |
| @@ -796,6 +796,9 @@ Background.prototype = { |
| cvox.BrailleCaptionsBackground.setActive( |
| !cvox.BrailleCaptionsBackground.isEnabled()); |
| return false; |
| + case 'help': |
|
David Tseng
2016/06/29 20:59:43
Shoudl this be called openTutorial?
|
| + (new PanelCommand(PanelCommandType.TUTORIAL)).send(); |
| + return false; |
| default: |
| return true; |
| } |